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

What is Unicode character 𰪲?

The Unicode character 𰪲 U+30AB2 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+30AB2.

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!