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
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
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.