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

What is Unicode character 𰚲?

The Unicode character 𰚲 U+306B2 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+306B2.

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!