HTML Entity/SymbolÀ(LATIN CAPITAL LETTER A WITH GRAVE )

À
Copy this symbol

LATIN CAPITAL LETTER A WITH GRAVE

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

À
À
U+000C0
\00c0
À

HTML Examples

Using HTML Code value in HTML file

<span> &#192; </span>

Using HTML Entity value in HTML file

<span> &Agrave; </span>

CSS Example

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

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