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

What is Unicode character 𡀦?

The Unicode character 𡀦 U+21026 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+21026.

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!