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

What is Unicode character 𢲲?

The Unicode character 𢲲 U+22CB2 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+22CB2.

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!