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

What is Unicode character 𡀀?

The Unicode character 𡀀 U+21000 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+21000.

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!