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

What is Unicode character 𢿢?

The Unicode character 𢿢 U+22FE2 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+22FE2.

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!