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

What is Unicode character 𢳢?

The Unicode character 𢳢 U+22CE2 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+22CE2.

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!