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>&#199090;</p>
📋
CSS .selector { content: '\309B2' };
📋
JS var unicodeA = '\u309B2 ';
📋
CPP char unicodeA = ' \u309B2 ';
📋
Java char unicodeA = '\u309B2';
📋
Python unicodeA = '\u309B2'
📋

What is Unicode character 𰦲?

The Unicode character 𰦲 U+309B2 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+309B2.

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!