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

What is Unicode character 𰾀?

The Unicode character 𰾀 U+30F80 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+30F80.

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!