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

What is Unicode character 𡖀?

The Unicode character 𡖀 U+21580 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+21580.

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!