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

What is Unicode character 𬀄?

The Unicode character 𬀄 U+2C004 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+2C004.

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!