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

What is Unicode character 𲀶?

The Unicode character 𲀶 U+32036 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+32036.

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!