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

What is Unicode character 𲁀?

The Unicode character 𲁀 U+32040 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+32040.

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!