About Latin Capital Letter A With Acute Latin Capital Letter A Acute
Latin Capital Letter A With Acute Latin Capital Letter A Acute is the Unicode character Á at codepoint U+00C1 in the Latin-1 Supplement block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Capital Letter A With Acute Latin Capital Letter A Acute
To use the Latin Capital Letter A With Acute Latin Capital Letter A Acute symbol (Á) in HTML, insert the
entity Á directly into your markup. The decimal entity Á works in any HTML-serialised document.
In CSS pseudo-elements use content: '\C1';.
In JavaScript and TypeScript the escape '\u00C1' evaluates to Á. In Python source, write '\u00C1'.
The character encodes to C3 81 as UTF-8 bytes and 00C1 as UTF-16 code units. Its decimal codepoint is 193.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.