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 Extended B

Code Snippets

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

What is Unicode character ơ?

The Unicode character ơ U+01A1 is Latin Small Letter O With Horn in the Latin Extended B block.

What is the uppercase equivalent of the Unicode character ơ?

The uppercase equivalent of the Unicode character ơ is Ơ (U+01A0).

Are there any variations of character ơ?

Yes, Ơ - (U+01A0), ớ - (U+1EDB), ờ - (U+1EDD), etc. are some variants of character ơ.

What does the Unicode character ơ represent?

The Unicode character ơ represents Latin Small Letter O With Horn.

What is the Unicode code point for ơ?

The Unicode code point for ơ is U+01A1.

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 Horn 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!