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

What is Unicode character 𰏒?

The Unicode character 𰏒 U+303D2 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+303D2.

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!