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

What is Unicode character 𡀰?

The Unicode character 𡀰 U+21030 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+21030.

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!