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

What is Unicode character 𢨀?

The Unicode character 𢨀 U+22A00 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+22A00.

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!