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

What is Unicode character 𬹗?

The Unicode character 𬹗 U+2CE57 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+2CE57.

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!