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

What is Unicode character 𢊀?

The Unicode character 𢊀 U+22280 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+22280.

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!