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

What is Unicode character 𰓐?

The Unicode character 𰓐 U+304D0 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+304D0.

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!