LATIN SMALL LETTER A WITH ACUTE
á
U+00E1
Code
00E1
Code Point
225
Notes
: 0061 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
0xC30xA1
UTF-16
0x00E1
UTF-32
0x000000E1
Copy & Paste Codes
Character
á
Unicode Escape
\u{00E1}
HTML Entity (Decimal)
á
HTML Entity (Hex)
á
CSS Code
\00E1
JavaScript
String.fromCodePoint(0x00E1)
Python
chr(0x00E1)