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

What is Unicode character 𰮲?

The Unicode character 𰮲 U+30BB2 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+30BB2.

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!