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

What is Unicode character 𲌀?

The Unicode character 𲌀 U+32300 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+32300.

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!