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 B

Code Snippets

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

What is Unicode character ȍ?

The Unicode character ȍ U+020D is Latin Small Letter O With Double Grave in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ȍ?

The uppercase equivalent of the Unicode character ȍ is Ȍ (U+020C).

What does the Unicode character ȍ represent?

The Unicode character ȍ represents Latin Small Letter O With Double Grave.

What is the Unicode code point for ȍ?

The Unicode code point for ȍ is U+020D.

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 Grave 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 B 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 B
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!