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

What is Unicode character 𬝷?

The Unicode character 𬝷 U+2C777 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+2C777.

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!