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

What is Unicode character 𰨢?

The Unicode character 𰨢 U+30A22 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+30A22.

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!