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>&#138880;</p>
📋
CSS .selector { content: '\21E80' };
📋
JS var unicodeA = '\u21E80 ';
📋
CPP char unicodeA = ' \u21E80 ';
📋
Java char unicodeA = '\u21E80';
📋
Python unicodeA = '\u21E80'
📋

What is Unicode character 𡺀?

The Unicode character 𡺀 U+21E80 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21E80.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!