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

What is Unicode character 𰎲?

The Unicode character 𰎲 U+303B2 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+303B2.

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!