Latin Capital A with Grave À
The capital A with grave accent (À) is used in French, Italian, Portuguese, and other languages. In French, it appears in the common word 'à' (meaning 'to' or 'at'), though the lowercase form is far more frequent. The grave accent typically indicates an open vowel quality or a specific pronunciation.
All Representations
ÀÀÀU+00C0Rendered Output
À renders as the character shown above
When to Use Latin Capital A with Grave
Use this entity for proper rendering of French (À, as in the sentence-initial form of 'à'), Italian, Portuguese, and other languages that use A-grave. While UTF-8 encoding handles this character directly, the entity ensures correct rendering in any encoding context.
Try It — HTML Examples
<p>Symbol: À</p><p>Symbol: À</p><p>Symbol: À</p><div title="The Latin Capital A with Grave: À">Hover to see</div>About the Latin Capital A with Grave Entity
The Latin Capital A with Grave character (À) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference À, the decimal numeric character reference À, or the hexadecimal numeric reference À. The character is assigned Unicode code point U+00C0 in the Universal Character Set.
The capital A with grave accent (À) is used in French, Italian, Portuguese, and other languages. In French, it appears in the common word 'à' (meaning 'to' or 'at'), though the lowercase form is far more frequent. The grave accent typically indicates an open vowel quality or a specific pronunciation.
Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.
When deciding how to encode the Latin Capital A with Grave character in your HTML documents, the named entity À is generally the most readable choice for developers reviewing or maintaining source code. The decimal form À and hexadecimal form À are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.
Use this entity for proper rendering of French (À, as in the sentence-initial form of 'à'), Italian, Portuguese, and other languages that use A-grave. While UTF-8 encoding handles this character directly, the entity ensures correct rendering in any encoding context.
Related Entities
Explore More HTML Entities
Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.