Latin Capital Letter O With Diaeresis

Ö

Shortcodes

Copy and paste codes for Latin Capital Letter O With Diaeresis symbol Ö to use in your websites, apps, blogs, and more.

Unicode
U+00D6
Alt Code
214
HTML Code
Ö
HTML Entity
Ö
HEX Code
Ö
CSS Code
\0D6
JS/JSON
\u00D6
Unix/C/PHP/JAVA
0xD6
URL-encode
%C3%96
copied

Customize Latin Capital Letter O With Diaeresis Symbol

Customize Ö symbol as you like and download Latin Capital Letter O With Diaeresis as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ö
 

How to type Latin Capital Letter O With Diaeresis symbol Ö ?

Using Latin Capital Letter O With Diaeresis Alt Code:

You can type the Latin Capital Letter O With Diaeresis symbol Ö using your keyboard by using the Alt Code for Latin Capital Letter O With Diaeresis. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 214 using the Numpad.
  3. Release the Alt key.

This will make the Ö appear on your screen.

How to add Latin Capital Letter O With Diaeresis symbol in HTML, CSS, and JS?

Insert Ö Latin Capital Letter O With Diaeresis using HTML

1. Copy-paste Latin Capital Letter O With Diaeresis directly:
<span>Ö</span>
2. HTML Decimal Code:
<span>&#214;</span>
3. HTML Entity:
<span>&Ouml;</span>
4. Hexadecimal Code:
<span>&#x00D6;</span>
Preview: Ö

Add Latin Capital Letter O With Diaeresis symbol with CSS

.latin-capital-letter-o-with-diaeresis::before {
    content: '\\0D6';
}
Preview: Latin Capital Letter O With Diaeresis

Latin Capital Letter O With Diaeresis JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-o-with-diaeresis').textContent = 'Ö';
2. Unicode Escape for Ö:
document.querySelector('.latin-capital-letter-o-with-diaeresis').textContent = '\u00D6';
Preview: Ö