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

What is Unicode character 𲌰?

The Unicode character 𲌰 U+32330 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+32330.

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!