copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ö'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ö
LATIN SMALL LETTER O WITH DIAERESIS
Overview
ö (LATIN SMALL LETTER O WITH DIAERESIS) is the Unicode character at code point U+00F6. It belongs to the Latin-1 Supplement block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00F6 | |
| decimal | 246 | |
| htmldecimal | ö | |
| htmlhex | ö | |
| css | \00F6 | |
| javascript | \u{F6} | |
| python | \u00f6 | |
| java | \u00F6 | |
| go | \u00F6 | |
| ruby | \u{F6} | |
| rust | \u{F6} | |
| ccpp | \u00f6 | |
| urlencoded | %C3%B6 | |
| utf8bytes | c3 b6 | |
| utf16bebytes | 00 f6 | |
| utf32bebytes | 00 00 00 f6 |
How to Use
HTML:
ö
CSS:
content: "\00F6"
JavaScript:
"\u{F6}"
Python:
"\u00f6"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 006F 0308
Frequently Asked Questions
What is the ö character (LATIN SMALL LETTER O WITH DIAERESIS)?
ö (LATIN SMALL LETTER O WITH DIAERESIS) is the Unicode character U+00F6.
What is the Unicode codepoint of LATIN SMALL LETTER O WITH DIAERESIS?
The LATIN SMALL LETTER O WITH DIAERESIS character (ö) has codepoint U+00F6.
How do I type or copy LATIN SMALL LETTER O WITH DIAERESIS?
Copy ö directly, or use the HTML entity, UTF-8, and code encodings shown on this page.