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

What is Unicode character 𲀀?

The Unicode character 𲀀 U+32000 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+32000.

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!