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

What is Unicode character 𬝻?

The Unicode character 𬝻 U+2C77B 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+2C77B.

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!