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 1 Supplement

Code Snippets

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

What is Unicode character œ?

The Unicode character œ U+009C is String Terminator in the Latin 1 Supplement block.

What does the Unicode character œ represent?

The Unicode character œ represents String Terminator.

What is the Unicode code point for œ?

The Unicode code point for œ is U+009C.

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 String Terminator 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 Common 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 With Values

Age 1.1
Bidi Class Boundary Neutral
Bidi Paired Bracket Type Not a bracket
Block Latin 1 Supplement
General Category Control Character
Grapheme Cluster Break Control Neutral
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Combining Mark
Numeric Value Not a Number
Script Common
Sentence Break Unknown
Word Break Unknown
Copied!