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

What is Unicode character 𰢀?

The Unicode character 𰢀 U+30880 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+30880.

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!