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

What is Unicode character 𬀈?

The Unicode character 𬀈 U+2C008 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+2C008.

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!