HTML Entity/Symbolè(LATIN SMALL LETTER E WITH GRAVE )

è
Copy this symbol

LATIN SMALL LETTER E WITH GRAVE

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

è
è
U+000E8
\00e8
è

HTML Examples

Using HTML Code value in HTML file

<span> &#232; </span>

Using HTML Entity value in HTML file

<span> &egrave; </span>

CSS Example

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

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