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

What is Unicode character 𢬲?

The Unicode character 𢬲 U+22B32 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+22B32.

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!