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

What is Unicode character 𬈀?

The Unicode character 𬈀 U+2C200 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+2C200.

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!