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

What is Unicode character 𬝶?

The Unicode character 𬝶 U+2C776 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+2C776.

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!