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

What is Unicode character 𬀁?

The Unicode character 𬀁 U+2C001 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+2C001.

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!