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

What is Unicode character 𢪢?

The Unicode character 𢪢 U+22AA2 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+22AA2.

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!