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>&#180309;</p>
📋
CSS .selector { content: '\2C055' };
📋
JS var unicodeA = '\u2C055 ';
📋
CPP char unicodeA = ' \u2C055 ';
📋
Java char unicodeA = '\u2C055';
📋
Python unicodeA = '\u2C055'
📋

What is Unicode character 𬁕?

The Unicode character 𬁕 U+2C055 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬁕 represent?

The Unicode character 𬁕 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬁕?

The Unicode code point for 𬁕 is U+2C055.

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 Cjk Unified Ideograph- 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 Han 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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!