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

What is Unicode character 𰏓?

The Unicode character 𰏓 U+303D3 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+303D3.

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!