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

What is Unicode character 𬝕?

The Unicode character 𬝕 U+2C755 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+2C755.

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!