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

What is Unicode character 𬤀?

The Unicode character 𬤀 U+2C900 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+2C900.

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!