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

What is Unicode character 𰨰?

The Unicode character 𰨰 U+30A30 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+30A30.

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!