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

What is Unicode character 𰏍?

The Unicode character 𰏍 U+303CD 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+303CD.

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!