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

What is Unicode character 𮝺?

The Unicode character 𮝺 U+2E77A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E77A.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!