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

What is Unicode character 𬹙?

The Unicode character 𬹙 U+2CE59 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+2CE59.

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!