HTML Entity/Symbolà(LATIN SMALL LETTER A WITH GRAVE )

à
Copy this symbol

LATIN SMALL LETTER A WITH GRAVE

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

à
à
U+000E0
\00e0
à

HTML Examples

Using HTML Code value in HTML file

<span> &#224; </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: "\00e0";
}
All HTML Symbols