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

What is Unicode character 𲀰?

The Unicode character 𲀰 U+32030 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+32030.

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!