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

What is Unicode character 𬀅?

The Unicode character 𬀅 U+2C005 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+2C005.

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!