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

What is Unicode character 𬵗?

The Unicode character 𬵗 U+2CD57 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+2CD57.

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!