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

What is Unicode character 𡀑?

The Unicode character 𡀑 U+21011 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21011.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!