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 DIAERESIS
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00EB | |
| decimal | 235 | |
| htmldecimal | ë | |
| htmlhex | ë | |
| css | \00EB | |
| javascript | \u{EB} | |
| python | \u00eb | |
| java | \u00EB | |
| go | \u00EB | |
| ruby | \u{EB} | |
| rust | \u{EB} | |
| ccpp | \u00eb | |
| urlencoded | %C3%AB | |
| utf8bytes | c3 ab | |
| utf16bebytes | 00 eb | |
| utf32bebytes | 00 00 00 eb |
How to Use
HTML:
ë
CSS:
content: "\00EB"
JavaScript:
"\u{EB}"
Python:
"\u00eb"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0065 0308