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

What is Unicode character 𡀵?

The Unicode character 𡀵 U+21035 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+21035.

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!