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

What is Unicode character 𬝿?

The Unicode character 𬝿 U+2C77F 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+2C77F.

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!