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

What is Unicode character 𲌣?

The Unicode character 𲌣 U+32323 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+32323.

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!