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

What is Unicode character 𡰀?

The Unicode character 𡰀 U+21C00 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+21C00.

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!