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
Overview
ë (LATIN SMALL LETTER E WITH DIAERESIS) is the Unicode character at code point U+00EB. 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+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
Frequently Asked Questions
What is the ë character (LATIN SMALL LETTER E WITH DIAERESIS)?
ë (LATIN SMALL LETTER E WITH DIAERESIS) is the Unicode character U+00EB.
What is the Unicode codepoint of LATIN SMALL LETTER E WITH DIAERESIS?
The LATIN SMALL LETTER E WITH DIAERESIS character (ë) has codepoint U+00EB.
How do I type or copy LATIN SMALL LETTER E WITH DIAERESIS?
Copy ë directly, or use the HTML entity, UTF-8, and code encodings shown on this page.