Latin Small Letter E With Grave

è

Shortcodes

Copy and paste codes for Latin Small Letter E With Grave symbol è to use in your websites, apps, blogs, and more.

Unicode
U+00E8
Alt Code
232
HTML Code
è
HTML Entity
è
HEX Code
è
CSS Code
\0E8
JS/JSON
\u00E8
Unix/C/PHP/JAVA
0xE8
URL-encode
%C3%A8
copied

Customize Latin Small Letter E With Grave Symbol

Customize è symbol as you like and download Latin Small Letter E With Grave as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
è

                        
                    

How to type Latin Small Letter E With Grave symbol è ?

Using Latin Small Letter E With Grave Alt Code:

You can type the Latin Small Letter E With Grave symbol è using your keyboard by using the Alt Code for Latin Small Letter E With Grave. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 232 using the Numpad.
  3. Release the Alt key.

This will make the è appear on your screen.

How to add Latin Small Letter E With Grave symbol in HTML, CSS, and JS?

Insert è Latin Small Letter E With Grave using HTML

1. Copy-paste Latin Small Letter E With Grave directly:
<span>è</span>
2. HTML Decimal Code:
<span>&#232;</span>
3. HTML Entity:
<span>&egrave;</span>
4. Hexadecimal Code:
<span>&#x00E8;</span>
Preview: è

Add Latin Small Letter E With Grave symbol with CSS

.latin-small-letter-e-with-grave::before {
    content: '\\0E8';
}
Preview: Latin Small Letter E With Grave

Latin Small Letter E With Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-e-with-grave').textContent = 'è';
2. Unicode Escape for è:
document.querySelector('.latin-small-letter-e-with-grave').textContent = '\u00E8';
Preview: è