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.

Latin Extended A

Code Snippets

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

What is Unicode character ő?

The Unicode character ő U+0151 is Latin Small Letter O With Double Acute in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character ő?

The uppercase equivalent of the Unicode character ő is Ő (U+0150).

What does the Unicode character ő represent?

The Unicode character ő represents Latin Small Letter O With Double Acute.

What is the Unicode code point for ő?

The Unicode code point for ő is U+0151.

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 Double Acute 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 Extended A 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 Extended A
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!