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

What is Unicode character 𡎀?

The Unicode character 𡎀 U+21380 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+21380.

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!