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

What is Unicode character 𬶀?

The Unicode character 𬶀 U+2CD80 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+2CD80.

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!