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

What is Unicode character 𡌀?

The Unicode character 𡌀 U+21300 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+21300.

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!