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

What is Unicode character 𲀁?

The Unicode character 𲀁 U+32001 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+32001.

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!