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

What is Unicode character 𲌃?

The Unicode character 𲌃 U+32303 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+32303.

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!