Ö
Latin

Latin Capital O with Diaeresis Ö

The capital O with diaeresis/umlaut (Ö) is used in German, Swedish, Finnish, Hungarian, and Turkish. In German and Swedish, Ö is a separate letter representing a front rounded vowel. In Turkish, it represents a different but related sound. The umlaut fundamentally changes the vowel's pronunciation.

All Representations

Named Entity
Ö
Decimal Code
Ö
Hex Code
Ö
Unicode
U+00D6

Rendered Output

Ö

Ö renders as the character shown above

When to Use Latin Capital O with Diaeresis

Use this entity in German (Ö as in 'Österreich'), Swedish, Finnish, Hungarian, and Turkish text. In German, replacing Ö with 'Oe' is acceptable only when the character cannot be typed. For web content, always use the proper entity for correct rendering.

Try It — HTML Examples

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

About the Latin Capital O with Diaeresis Entity

The Latin Capital O 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 &Ouml;, the decimal numeric character reference &#214;, or the hexadecimal numeric reference &#xD6;. The character is assigned Unicode code point U+00D6 in the Universal Character Set.

The capital O with diaeresis/umlaut (Ö) is used in German, Swedish, Finnish, Hungarian, and Turkish. In German and Swedish, Ö is a separate letter representing a front rounded vowel. In Turkish, it represents a different but related sound. The umlaut fundamentally changes the vowel's pronunciation.

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 O with Diaeresis character in your HTML documents, the named entity &Ouml; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#214; and hexadecimal form &#xD6; 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 German (Ö as in 'Österreich'), Swedish, Finnish, Hungarian, and Turkish text. In German, replacing Ö with 'Oe' is acceptable only when the character cannot be typed. For web content, always use the proper entity for correct rendering.

Related Entities

Explore More HTML Entities

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