Latin Small Letter E with Grave |
| Name | Latin Small Letter E with Grave | |
| Unicode | U+00E8 | |
| CSS Code | \00E8 | |
| HTML Entity | è | |
| HTML Code | è |
<div>è</div>div::before {
content: "\00E8";
}Latin Small Letter E with Grave |
| Name | Latin Small Letter E with Grave | |
| Unicode | U+00E8 | |
| CSS Code | \00E8 | |
| HTML Entity | è | |
| HTML Code | è |
<div>è</div>div::before {
content: "\00E8";
}