U+00C8 · Latin-1 Supplement
Latin Capital Letter E with Grave È
Capital E with grave is the uppercase form of è. It is used in French, Italian, and Catalan, most visibly in the Italian word 'È' (is), which begins countless sentences. In French it appears in all-caps words such as 'PÈRE' and 'TRÈS', and at the start of a few proper names.
Character codes
| Unicode code point | U+00C8 | |
|---|---|---|
| Decimal | 200 | |
| HTML named entity | È | |
| HTML (hex) | È | |
| HTML (decimal) | È | |
| CSS | \00C8 | |
| JavaScript | \u00C8 | |
| Python | \u00C8 | |
| UTF-8 bytes | C3 88 | |
| UTF-16 | 00C8 | |
| URL-encoded | %C3%88 |
Character details
| Official name | LATIN CAPITAL LETTER E WITH GRAVE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Uppercase Letter (Lu) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0045 U+0300 |
| Lowercase | è e with Grave (è) |
| Emoji | No |
How to type È
Windows
- Hold Alt and type 0200 on the numeric keypad (Num Lock on), then release Alt. Alt 0200 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00C8then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin capital letter e with grave”, then Select and Copy.
Mac
- Press Option + ` (grave), then Shift + E (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin capital letter e with grave”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
00C8.
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 capital letter e with grave” or enter
U+00C8. - HTML:
ÈorÈ - Excel / Google Sheets:
=UNICHAR(200)
Examples
- È vero!
- È ARRIVATO
- TRÈS BIEN
- Ève (French name)
Good to know
Don’t mix it up: Often confused with É (U+00C9), whose accent slopes the other way; Italian writers sometimes use 'E'' as a workaround, which is incorrect.
Tip: In Italian, 'È' at the start of a sentence should be the accented capital, not E followed by an apostrophe.
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+00C8 (LATIN CAPITAL LETTER E WITH GRAVE), decimal 200.
Is there a Windows Alt code for it?
Yes: Alt 0200 on the numeric keypad.
How do I type it on a Mac?
Option + ` (grave), then Shift + 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 È.