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

What is Unicode character 𰀀?

The Unicode character 𰀀 U+30000 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+30000.

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!