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

What is Unicode character 𰺀?

The Unicode character 𰺀 U+30E80 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30E80.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!