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

What is Unicode character 𬝺?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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