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

What is Unicode character 𢿲?

The Unicode character 𢿲 U+22FF2 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+22FF2.

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!