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

What is Unicode character 𬝾?

The Unicode character 𬝾 U+2C77E 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+2C77E.

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!