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

Unicode Variants

Latin Extended A

Code Snippets

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

What is Unicode character œ?

The Unicode character œ U+0153 is Latin Small Ligature Oe in the Latin Extended A block.

What is the uppercase equivalent of the Unicode character œ?

The uppercase equivalent of the Unicode character œ is Œ (U+0152).

Are there any variations of character œ?

Yes, Œ - (U+0152), ꟹ - (U+A7F9), etc. are some variants of character œ.

What does the Unicode character œ represent?

The Unicode character œ represents Latin Small Ligature Oe.

What is the Unicode code point for œ?

The Unicode code point for œ is U+0153.

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 Ligature Oe 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
East Asian Width Ambiguous
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!