U+00E9 · Latin-1 Supplement
e with Acute (é)
Small e with acute is one of the most widely used accented letters. It is essential in French, where it appears in words like 'café' and 'été', and common in Spanish, Portuguese, Italian, Czech, Hungarian, and Irish. English has adopted it in many loanwords, including 'résumé', 'fiancé', and 'cliché'.
Character codes
| Unicode code point | U+00E9 | |
|---|---|---|
| Decimal | 233 | |
| HTML named entity | é | |
| HTML (hex) | é | |
| HTML (decimal) | é | |
| CSS | \00E9 | |
| JavaScript | \u00E9 | |
| Python | \u00E9 | |
| UTF-8 bytes | C3 A9 | |
| UTF-16 | 00E9 | |
| URL-encoded | %C3%A9 |
Character details
| Official name | LATIN SMALL LETTER E WITH ACUTE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Lowercase Letter (Ll) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0065 U+0301 |
| Uppercase | É Capital E with Acute (É) |
| Emoji | No |
How to type é
Windows
- Hold Alt and type 130 on the numeric keypad (Num Lock on), then release Alt. Alt 130 uses the code page 437.
- Hold Alt and type 0233 on the numeric keypad (Num Lock on), then release Alt. Alt 0233 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00E9then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin small letter e with acute”, then Select and Copy.
Mac
- Press Option + E, then E (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin small letter e with acute”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
00E9.
iPhone & Android
- On iPhone and most Android keyboards, press and hold the e key and slide to é. On a Mac, holding the key down works the same way.
- Tap Copy at the top of this page, then long-press where you want it and choose Paste.
Docs & web
- Google Docs: Insert → Special characters, then search “latin small letter e with acute” or enter
U+00E9. - HTML:
éoré - Excel / Google Sheets:
=UNICHAR(233)
Examples
- café
- résumé
- fiancé
- Pokémon
Good to know
Don’t mix it up: Often confused with è (U+00E8), whose grave accent slopes down to the right.
Tip: In English, 'resume' without accents is a verb; 'résumé' or 'resumé' makes the CV meaning clear.
Display: the character itself is always the same code point, but its shape comes from the font on the device showing it. If you see an empty box, the font lacks this glyph—the text is still correct.
Similar accented letters
Questions
What is the Unicode for é?
It is U+00E9 (LATIN SMALL LETTER E WITH ACUTE), decimal 233.
Is there a Windows Alt code for it?
Yes: Alt 130 or Alt 0233 on the numeric keypad.
How do I type it on a Mac?
Option + E, then E on a US English keyboard, or use the Character Viewer (Control + Command + Space).
What is the HTML code?
Use the named entity é or the numeric reference é.