You Are Here -

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.

Code Snippets

Lang Example Copy
HTML <p>&#65548;</p>
๐Ÿ“‹
CSS .selector { content: '\1000C' };
๐Ÿ“‹
JS var unicodeA = '\u1000C ';
๐Ÿ“‹
CPP char unicodeA = ' \u1000C ';
๐Ÿ“‹
Java char unicodeA = '\u1000C';
๐Ÿ“‹
Python unicodeA = '\u1000C'
๐Ÿ“‹

What is Unicode character ๐€Œ?

The Unicode character ๐€Œ U+1000C is U+1000C in the Linear B Syllabary block.

What does the Unicode character ๐€Œ represent?

The Unicode character ๐€Œ represents U+1000C.

What is the Unicode code point for ๐€Œ?

The Unicode code point for ๐€Œ is U+1000C.

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 U+1000C 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 Uncoded 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 Unassigned, and it belongs to the Linear B Syllabary block of characters.

Unicode Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Linear B Syllabary
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Unknown
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!