Â
Latin

Latin Capital A with Circumflex Â

The capital A with circumflex (Â) is used in French, Portuguese, Romanian, Vietnamese, and Welsh. In French, the circumflex often indicates a historical 's' that was dropped from the spelling. In Vietnamese, it represents a distinct vowel sound.

All Representations

Named Entity
Â
Decimal Code
Â
Hex Code
Â
Unicode
U+00C2

Rendered Output

Â

 renders as the character shown above

When to Use Latin Capital A with Circumflex

Use this entity in French text (where the circumflex is common in words like 'âge'), Romanian, Vietnamese, and Welsh content. The circumflex has different linguistic functions in different languages — indicating vowel quality, historical etymology, or tone.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Acirc;</p>
Decimal reference
<p>Symbol: &#194;</p>
Hex reference
<p>Symbol: &#xC2;</p>
Inside an HTML attribute
<div title="The Latin Capital A with Circumflex: &Acirc;">Hover to see</div>

About the Latin Capital A with Circumflex Entity

The Latin Capital A with Circumflex character (Â) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Acirc;, the decimal numeric character reference &#194;, or the hexadecimal numeric reference &#xC2;. The character is assigned Unicode code point U+00C2 in the Universal Character Set.

The capital A with circumflex (Â) is used in French, Portuguese, Romanian, Vietnamese, and Welsh. In French, the circumflex often indicates a historical 's' that was dropped from the spelling. In Vietnamese, it represents a distinct vowel sound.

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 Circumflex character in your HTML documents, the named entity &Acirc; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#194; and hexadecimal form &#xC2; 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 in French text (where the circumflex is common in words like 'âge'), Romanian, Vietnamese, and Welsh content. The circumflex has different linguistic functions in different languages — indicating vowel quality, historical etymology, or tone.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.