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

What is Unicode character 𬹍?

The Unicode character 𬹍 U+2CE4D 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+2CE4D.

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!