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

What is Unicode character 𢐀?

The Unicode character 𢐀 U+22400 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+22400.

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!