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

What is Unicode character 𢰲?

The Unicode character 𢰲 U+22C32 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+22C32.

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!