copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('è'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
è
LATIN SMALL LETTER E WITH GRAVE
Overview
è (LATIN SMALL LETTER E WITH GRAVE) is the Unicode character at code point U+00E8. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00E8 | |
| decimal | 232 | |
| htmldecimal | è | |
| htmlhex | è | |
| css | \00E8 | |
| javascript | \u{E8} | |
| python | \u00e8 | |
| java | \u00E8 | |
| go | \u00E8 | |
| ruby | \u{E8} | |
| rust | \u{E8} | |
| ccpp | \u00e8 | |
| urlencoded | %C3%A8 | |
| utf8bytes | c3 a8 | |
| utf16bebytes | 00 e8 | |
| utf32bebytes | 00 00 00 e8 |
How to Use
HTML:
è
CSS:
content: "\00E8"
JavaScript:
"\u{E8}"
Python:
"\u00e8"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0065 0300
Frequently Asked Questions
What is the è character (LATIN SMALL LETTER E WITH GRAVE)?
è (LATIN SMALL LETTER E WITH GRAVE) is the Unicode character U+00E8.
What is the Unicode codepoint of LATIN SMALL LETTER E WITH GRAVE?
The LATIN SMALL LETTER E WITH GRAVE character (è) has codepoint U+00E8.
How do I type or copy LATIN SMALL LETTER E WITH GRAVE?
Copy è directly, or use the HTML entity, UTF-8, and code encodings shown on this page.