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

What is Unicode character 𰏲?

The Unicode character 𰏲 U+303F2 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+303F2.

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!