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

What is Unicode character 𢢀?

The Unicode character 𢢀 U+22880 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+22880.

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!