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

What is Unicode character 𬁷?

The Unicode character 𬁷 U+2C077 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+2C077.

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!