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

What is Unicode character 𰯲?

The Unicode character 𰯲 U+30BF2 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+30BF2.

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!