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

What is Unicode character 𭝺?

The Unicode character 𭝺 U+2D77A 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+2D77A.

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!