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

What is Unicode character 𢞀?

The Unicode character 𢞀 U+22780 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+22780.

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!