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

What is Unicode character 𰀰?

The Unicode character 𰀰 U+30030 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+30030.

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!