LATIN SMALL LETTER E WITH ACUTE
é
U+00E9
Code
00E9
Code Point
233
Notes
: 0065 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
0xC30xA9
UTF-16
0x00E9
UTF-32
0x000000E9
Copy & Paste Codes
Character
é
Unicode Escape
\u{00E9}
HTML Entity (Decimal)
é
HTML Entity (Hex)
é
CSS Code
\00E9
JavaScript
String.fromCodePoint(0x00E9)
Python
chr(0x00E9)