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

What is Unicode character 𬵙?

The Unicode character 𬵙 U+2CD59 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+2CD59.

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!