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

What is Unicode character 𲌡?

The Unicode character 𲌡 U+32321 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+32321.

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!