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

What is Unicode character 𰨊?

The Unicode character 𰨊 U+30A0A 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+30A0A.

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!