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

What is Unicode character 𬨀?

The Unicode character 𬨀 U+2CA00 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+2CA00.

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!