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>&#197106;</p>
📋
CSS .selector { content: '\301F2' };
📋
JS var unicodeA = '\u301F2 ';
📋
CPP char unicodeA = ' \u301F2 ';
📋
Java char unicodeA = '\u301F2';
📋
Python unicodeA = '\u301F2'
📋

What is Unicode character 𰇲?

The Unicode character 𰇲 U+301F2 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+301F2.

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!