LATIN CAPITAL LETTER A WITH ACUTE
Á
U+00C1
Code
00C1
Code Point
193
Notes
: 0041 0301
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C1 Controls and Latin-1 Supplement (Latin-1 Supplement)
Character Encoding
UTF-8
0xC30x81
UTF-16
0x00C1
UTF-32
0x000000C1
Copy & Paste Codes
Character
Á
Unicode Escape
\u{00C1}
HTML Entity (Decimal)
Á
HTML Entity (Hex)
Á
CSS Code
\00C1
JavaScript
String.fromCodePoint(0x00C1)
Python
chr(0x00C1)