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

What is Unicode character 𲀑?

The Unicode character 𲀑 U+32011 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+32011.

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!