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

What is Unicode character 𬀊?

The Unicode character 𬀊 U+2C00A 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+2C00A.

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!