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

What is Unicode character 𬺀?

The Unicode character 𬺀 U+2CE80 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+2CE80.

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!