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

What is Unicode character 𬵘?

The Unicode character 𬵘 U+2CD58 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+2CD58.

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!