LATIN SMALL LETTER A
a
U+0061
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x61
UTF-16
0x0061
UTF-32
0x00000061
Copy & Paste Codes
Character
a
Unicode Escape
\u{0061}
HTML Entity (Decimal)
a
HTML Entity (Hex)
a
CSS Code
\0061
JavaScript
String.fromCodePoint(0x0061)
Python
chr(0x0061)