Css Styling

Size
ö
15px
ö
18px
ö
21px
ö
24px
ö
27px
ö
30px
ö
33px
ö
36px
ö
42px
ö
48px
ö
54px
ö
60px
ö
66px
ö
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
ö
Bold
ö
Italic
ö
Underline
ö
Strikethrough
ö
UpperCase
ö
LowerCase
ö
Oblique
A ö
Subscript
A ö
Superscript
ö
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
ö
Arial
ö
Times New Roman
ö
Verdana
ö
Courier New
ö
Garamond
ö
Georgia
ö
Trebuchet MS
ö
Tahoma
ö
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
ö
White
ö
Brown
ö
Maroon
ö
Magenta
ö
Red
ö
Orange
ö
Yellow
ö
Green
ö
Teal
ö
Cyan
ö
Blue
ö
Violet
ö
Purple
ö
Indigo
ö
Gray
ö
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
ö
White
ö
Brown
ö
Maroon
ö
Magenta
ö
Red
ö
Orange
ö
Yellow
ö
Green
ö
Teal
ö
Cyan
ö
Blue
ö
Violet
ö
Purple
ö
Indigo
ö
Gray
ö
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Character Traits

Latin 1 Supplement

Code Snippets

Lang Example Copy
HTML <p>&#246;</p>
📋
CSS .selector { content: '\00F6' };
📋
JS var unicodeA = '\u00F6 ';
📋
CPP char unicodeA = ' \u00F6 ';
📋
Java char unicodeA = '\u00F6';
📋
Python unicodeA = '\u00F6'
📋

What is Unicode character ö?

The Unicode character ö U+00F6 is Latin Small Letter O With Diaeresis in the Latin 1 Supplement block.

What is the uppercase equivalent of the Unicode character ö?

The uppercase equivalent of the Unicode character ö is Ö (U+00D6).

Are there any variations of character ö?

Yes, Ö - (U+00D6), ȫ - (U+022B), etc. are some variants of character ö.

What does the Unicode character ö represent?

The Unicode character ö represents Latin Small Letter O With Diaeresis.

What is the Unicode code point for ö?

The Unicode code point for ö is U+00F6.

Is the appearance of the ö character consistent across all platforms?

The appearance of the ö character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Latin Small Letter O With Diaeresis remains consistent.

How can I ensure the ö character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Latin script to correctly render the ö character.

In which version was Unicode character ö released, and to which block of characters does it belong?

Unicode character ö was first introduced in Unicode Version 1.1, and it belongs to the Latin 1 Supplement block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 1.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
Decomposition Type Canonical Decomposition
General Category Lowercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Latin
Sentence Break Lowercase
Word Break MidNumNum
Copied!