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

What is Unicode character 𰏢?

The Unicode character 𰏢 U+303E2 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+303E2.

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!