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

What is Unicode character 𬝼?

The Unicode character 𬝼 U+2C77C 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+2C77C.

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!