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

What is Unicode character 𢶀?

The Unicode character 𢶀 U+22D80 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+22D80.

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!