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

What is Unicode character 𰓀?

The Unicode character 𰓀 U+304C0 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+304C0.

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!