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

What is Unicode character 𲌢?

The Unicode character 𲌢 U+32322 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32322.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!