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

What is Unicode character 𬲀?

The Unicode character 𬲀 U+2CC80 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+2CC80.

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!