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

What is Unicode character 𰏅?

The Unicode character 𰏅 U+303C5 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+303C5.

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!