HTML Entity/SymbolÂ(LATIN CAPITAL LETTER A WITH CIRCUMFLEX )

Â
Copy this symbol

LATIN CAPITAL LETTER A WITH CIRCUMFLEX

Click on any of the following code values to copy to clipboard.

Â
Â
U+000C2
\00c2
Â

HTML Examples

Using HTML Code value in HTML file

<span> &#194; </span>

Using HTML Entity value in HTML file

<span> &Acirc; </span>

CSS Example

Using CSS content code of the HTML entity &Acirc; to specify in a CSS file

span { 
    content: "\00c2";
}
All HTML Symbols