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

What is Unicode character 𬵕?

The Unicode character 𬵕 U+2CD55 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+2CD55.

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!