U+00E0 · Latin-1 Supplement
a with Grave (à)
Small a with grave is a common letter in French, Italian, Portuguese, and Catalan. In French the preposition 'à' (to, at) is one of the most used words in the language, and it also appears in 'voilà' and 'déjà vu'. In Italian it marks final stress, as in 'città' and 'università'.
Character codes
| Unicode code point | U+00E0 | |
|---|---|---|
| Decimal | 224 | |
| HTML named entity | à | |
| HTML (hex) | à | |
| HTML (decimal) | à | |
| CSS | \00E0 | |
| JavaScript | \u00E0 | |
| Python | \u00E0 | |
| UTF-8 bytes | C3 A0 | |
| UTF-16 | 00E0 | |
| URL-encoded | %C3%A0 |
Character details
| Official name | LATIN SMALL LETTER A WITH GRAVE |
|---|---|
| Unicode block | Latin-1 Supplement |
| General category | Lowercase Letter (Ll) |
| SymbolHero category | Accented Letters |
| Decomposition | U+0061 U+0300 |
| Uppercase | À Latin Capital Letter a with Grave |
| Emoji | No |
How to type à
Windows
- Hold Alt and type 133 on the numeric keypad (Num Lock on), then release Alt. Alt 133 uses the code page 437.
- Hold Alt and type 0224 on the numeric keypad (Num Lock on), then release Alt. Alt 0224 uses the Windows-1252 code page.
- In Microsoft Word or Outlook: type
00E0then press Alt + X. - Open Character Map (search “Character Map” in Start), tick “Advanced view”, search for “latin small letter a with grave”, then Select and Copy.
Mac
- Press Option + ` (grave), then A (US English keyboard layout).
- Press Control + Command + Space to open the Character Viewer, search “latin small letter a with grave”, and double-click the result.
- With the Unicode Hex Input keyboard enabled (System Settings → Keyboard → Input Sources), hold Option and type
00E0.
iPhone & Android
- On iPhone and most Android keyboards, press and hold the a 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 a with grave” or enter
U+00E0. - HTML:
àorà - Excel / Google Sheets:
=UNICHAR(224)
Examples
- à la carte
- déjà vu
- voilà
- città
Good to know
Don’t mix it up: Often confused with á (U+00E1), whose accent rises to the right.
Tip: In French, 'a' (has) and 'à' (to) are different words; dropping the accent changes the meaning.
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+00E0 (LATIN SMALL LETTER A WITH GRAVE), decimal 224.
Is there a Windows Alt code for it?
Yes: Alt 133 or Alt 0224 on the numeric keypad.
How do I type it on a Mac?
Option + ` (grave), then A 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 à.