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

What is Unicode character 𰲀?

The Unicode character 𰲀 U+30C80 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+30C80.

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!