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

What is Unicode character 𰨀?

The Unicode character 𰨀 U+30A00 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+30A00.

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!