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

What is Unicode character 𬹘?

The Unicode character 𬹘 U+2CE58 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+2CE58.

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!