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

What is Unicode character 𰨡?

The Unicode character 𰨡 U+30A21 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+30A21.

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!