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

What is Unicode character 𰨲?

The Unicode character 𰨲 U+30A32 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+30A32.

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!