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
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