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

What is Unicode character 𢸲?

The Unicode character 𢸲 U+22E32 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+22E32.

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!