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

What is Unicode character 𰃲?

The Unicode character 𰃲 U+300F2 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+300F2.

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!