Ë
Latin

Latin Capital E with Diaeresis Ë

The capital E with diaeresis (Ë) is used in French, Albanian, and Dutch. The diaeresis (or trema) indicates that the vowel is pronounced separately from the preceding vowel rather than forming a diphthong or being silent. In French, it appears in words like 'Noël' (Christmas).

All Representations

Named Entity
Ë
Decimal Code
Ë
Hex Code
Ë
Unicode
U+00CB

Rendered Output

Ë

Ë renders as the character shown above

When to Use Latin Capital E with Diaeresis

Use this entity in French (Ë as in 'Noël'), Albanian, Dutch, and some English words that preserve the diaeresis (naïve, Zoë). The diaeresis prevents incorrect pronunciation by showing that two adjacent vowels should be voiced separately.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Euml;</p>
Decimal reference
<p>Symbol: &#203;</p>
Hex reference
<p>Symbol: &#xCB;</p>
Inside an HTML attribute
<div title="The Latin Capital E with Diaeresis: &Euml;">Hover to see</div>

About the Latin Capital E with Diaeresis Entity

The Latin Capital E with Diaeresis character (Ë) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Euml;, the decimal numeric character reference &#203;, or the hexadecimal numeric reference &#xCB;. The character is assigned Unicode code point U+00CB in the Universal Character Set.

The capital E with diaeresis (Ë) is used in French, Albanian, and Dutch. The diaeresis (or trema) indicates that the vowel is pronounced separately from the preceding vowel rather than forming a diphthong or being silent. In French, it appears in words like 'Noël' (Christmas).

Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.

When deciding how to encode the Latin Capital E with Diaeresis character in your HTML documents, the named entity &Euml; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#203; and hexadecimal form &#xCB; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use this entity in French (Ë as in 'Noël'), Albanian, Dutch, and some English words that preserve the diaeresis (naïve, Zoë). The diaeresis prevents incorrect pronunciation by showing that two adjacent vowels should be voiced separately.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.