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

What is Unicode character 𬝵?

The Unicode character 𬝵 U+2C775 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+2C775.

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!