Latin Small Letter O With Diaeresis Letter
ö is the letter o with diaeresis, used in many languages to represent a distinct vowel sound.
U+00F6
The symbol “ö” is a lowercase character used in the Latin alphabet. It has the Unicode code point U+00F6 and can be copied or inserted in text, web pages, and styles.
Latin Small Letter O With Diaeresis Letter Meaning
“ö” is the Latin small letter o with diaeresis. In languages such as German, Swedish, Finnish (and others), it represents a vowel that is distinct from plain “o”. In Unicode terms it is formally named “LATIN SMALL LETTER O WITH DIAERESIS” (U+00F6). On the web, you can insert it using the HTML entity ö or in CSS/JavaScript with the provided escapes. In typography and branding, it’s often used to spell names and words accurately, since replacing “ö” with “o” can change the spelling and pronunciation.
Common uses
- •Writing accurate names and words in languages that use “ö” (e.g., German and Swedish).
- •Correct spelling in multilingual documents, subtitles, and localization files.
- •Using it in UI text, buttons, and labels for proper brand/name rendering.
- •Including it in HTML content using the entity ö for consistency across platforms.
- •Styling or generating it in code (CSS/JavaScript) via Unicode escapes like \\00F6.
Examples
ö (o with diaeresis)
- öfünf
- öschön
- öHölderlin
- öGöteborg
- öMöbel
Variations
Technical codes
| Unicode | U+00F6 | |
| HTML Entity | ö | |
| HTML Code | ö | |
| CSS | \00F6 |
FAQ
What does the Latin Small Letter O With Diaeresis letter mean?
“ö” is the Latin small letter o with diaeresis. In languages such as German, Swedish, Finnish (and others), it represents a vowel that is distinct from plain “o”. In Unicode terms it is formally named “LATIN SMALL LETTER O WITH DIAERESIS” (U+00F6). On the web, you can insert it using the HTML entity ö or in CSS/JavaScript with the provided escapes. In typography and branding, it’s often used to spell names and words accurately, since replacing “ö” with “o” can change the spelling and pronunciation.
What Unicode character is “ö”?
“ö” is LATIN SMALL LETTER O WITH DIAERESIS with Unicode code point U+00F6.
How do I paste or type “ö” on a keyboard?
You can copy/paste it from this page. For typing, use your operating system’s language/diacritic input method, then select the diaeresis option for “o”.
How do I use “ö” in HTML?
Use the HTML entity ö to reliably render it: e.g., ö in source becomes ö on the page.
How do I use “ö” in CSS or JavaScript?
Use the provided Unicode escapes: CSS escape \\00F6 or JavaScript escape \\u{00F6}.