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

What is Unicode character 𲀅?

The Unicode character 𲀅 U+32005 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+32005.

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!