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

What is Unicode character 𢫲?

The Unicode character 𢫲 U+22AF2 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+22AF2.

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!