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

What is Unicode character 𢨲?

The Unicode character 𢨲 U+22A32 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+22A32.

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!