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

What is Unicode character 𰍷?

The Unicode character 𰍷 U+30377 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+30377.

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!