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

What is Unicode character 𰍾?

The Unicode character 𰍾 U+3037E 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+3037E.

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!