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

What is Unicode character 𬪀?

The Unicode character 𬪀 U+2CA80 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+2CA80.

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!