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

What is Unicode character 𭝼?

The Unicode character 𭝼 U+2D77C 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+2D77C.

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!