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

What is Unicode character 𰨪?

The Unicode character 𰨪 U+30A2A 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+30A2A.

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!