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

What is Unicode character 𰝺?

The Unicode character 𰝺 U+3077A 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+3077A.

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!