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

What is Unicode character 𰏀?

The Unicode character 𰏀 U+303C0 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+303C0.

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!