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>&#197498;</p>
📋
CSS .selector { content: '\3037A' };
📋
JS var unicodeA = '\u3037A ';
📋
CPP char unicodeA = ' \u3037A ';
📋
Java char unicodeA = '\u3037A';
📋
Python unicodeA = '\u3037A'
📋

What is Unicode character 𰍺?

The Unicode character 𰍺 U+3037A 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+3037A.

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!