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

What is Unicode character 𢐢?

The Unicode character 𢐢 U+22422 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+22422.

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!