Lowercase a grave (à) is the Latin-1 Supplement character at Unicode U+00E0 (LATIN SMALL LETTER A WITH GRAVE). It is the letter a with a grave accent (`) — common in French, Italian, Portuguese, and Catalan.
Remember
Character à
Unicode U+00E0
Named entity à
Hex entity à
Decimal à
CSS escape \00E0
Capital À (À)
Named, hex, decimal, CSS, and a typed character all produce the same glyph: à. Prefer à in HTML source for clarity.
Use à (named), à (hex), à (decimal), or the CSS escape \00E0 in the content property. All render à. Prefer à in HTML source.
U+00E0 (LATIN SMALL LETTER A WITH GRAVE). Hex E0, decimal 224. It belongs to the Latin-1 Supplement block (U+0080–U+00FF).
Yes. à is the HTML5 named entity for à. The capital form is À (À, U+00C0) — names are case-sensitive.
Use it for French, Italian, Portuguese, Catalan, and other languages that need à, plus proper names and internationalized web content.
HTML entities (à, à, or à) go in markup. The CSS escape \00E0 is used in stylesheets (usually in the content property of ::before/::after). Both render à.
No. Double grave ȁ is U+0201 (no named entity). Acute á is á (U+00E1). Grave à is à (U+00E0) — a different diacritic.
🤔
Did you know?
Lowercase a grave is Unicode U+00E0 (decimal 224) — LATIN SMALL LETTER A WITH GRAVE in Latin-1 Supplement. HTML5 provides à — the most readable form. Capital is À (À, U+00C0). Common in French (à, là), Italian, Portuguese, and Catalan.