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

What is Unicode character 𡆀?

The Unicode character 𡆀 U+21180 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+21180.

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!