Latin Small Letter A With Grave Letter
à is the lowercase letter “a” with a grave accent, used in many languages and in proper typographic forms.
U+00E0
The symbol à is a lowercase Latin letter “a” with a grave accent. It has a specific Unicode code point, so it’s safe to copy into HTML, CSS, and JavaScript. Use it whenever the language or name requires the grave-accented form.
Latin Small Letter A With Grave Letter Meaning
à is the Unicode character “LATIN SMALL LETTER A WITH GRAVE” (U+00E0). The grave accent ( ̀ ) changes how the letter is written and can affect meaning or pronunciation in languages that use diacritics. You’ll commonly see à in French and in other languages that use the Latin script with accents. In writing, it helps keep names, words, and borrowed terms accurate. In typography and content systems, entering the exact character is important because a plain “a” (U+0061) is not the same as à (U+00E0).
Common uses
- •Writing French words where a requires a grave accent (e.g., “à” = “to/at” in French).
- •Correctly spelling names, locations, and titles that use the grave-accented “à”.
- •Entering text in multilingual documents and forms without losing diacritics.
- •Designing typographic layouts that require exact Unicode characters.
- •Developing software content where accurate character encoding matters.
Examples
à (Latin Small Letter A with Grave)
- àJe vais à Paris.
- àÀ bientôt !
- àIl est arrivé à l’heure.
- àLe café coûte à partir de 5€.
- àMerci pour votre aide à tous.
Variations
Technical codes
| Unicode | U+00E0 | |
| HTML Entity | à | |
| HTML Code | à | |
| CSS | \00E0 |
FAQ
What does the Latin Small Letter A With Grave letter mean?
à is the Unicode character “LATIN SMALL LETTER A WITH GRAVE” (U+00E0). The grave accent ( ̀ ) changes how the letter is written and can affect meaning or pronunciation in languages that use diacritics. You’ll commonly see à in French and in other languages that use the Latin script with accents. In writing, it helps keep names, words, and borrowed terms accurate. In typography and content systems, entering the exact character is important because a plain “a” (U+0061) is not the same as à (U+00E0).
What is the Unicode code point for à?
à is U+00E0 (LATIN SMALL LETTER A WITH GRAVE).
How do I write à in HTML?
Use the HTML entity à.
How do I represent à in CSS?
You can use the CSS escape \\00E0.
What is the JavaScript escape for à?
Use \\u{00E0} in JavaScript.