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

What is Unicode character 𡀶?

The Unicode character 𡀶 U+21036 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+21036.

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!