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

What is Unicode character 𰍼?

The Unicode character 𰍼 U+3037C 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+3037C.

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!