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

What is Unicode character 𬹝?

The Unicode character 𬹝 U+2CE5D 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+2CE5D.

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!