Latin Small Letter O With Diaeresis

ö

Shortcodes

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

Unicode
U+00F6
Alt Code
246
HTML Code
ö
HTML Entity
ö
HEX Code
ö
CSS Code
\0F6
JS/JSON
\u00F6
Unix/C/PHP/JAVA
0xF6
URL-encode
%C3%B6
copied

Customize Latin Small Letter O With Diaeresis Symbol

Customize ö symbol as you like and download Latin Small 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 Small Letter O With Diaeresis symbol ö ?

Using Latin Small Letter O With Diaeresis Alt Code:

You can type the Latin Small Letter O With Diaeresis symbol ö using your keyboard by using the Alt Code for Latin Small 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 246 using the Numpad.
  3. Release the Alt key.

This will make the ö appear on your screen.

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

Insert ö Latin Small Letter O With Diaeresis using HTML

1. Copy-paste Latin Small Letter O With Diaeresis directly:
<span>ö</span>
2. HTML Decimal Code:
<span>&#246;</span>
3. HTML Entity:
<span>&ouml;</span>
4. Hexadecimal Code:
<span>&#x00F6;</span>
Preview: ö

Add Latin Small Letter O With Diaeresis symbol with CSS

.latin-small-letter-o-with-diaeresis::before {
    content: '\\0F6';
}
Preview: Latin Small Letter O With Diaeresis

Latin Small Letter O With Diaeresis JavaScript Code

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