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

What is Unicode character 𢪲?

The Unicode character 𢪲 U+22AB2 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+22AB2.

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!