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

What is Unicode character 𡨢?

The Unicode character 𡨢 U+21A22 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+21A22.

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!