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

What is Unicode character 𲀵?

The Unicode character 𲀵 U+32035 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+32035.

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!