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

What is Unicode character 𬹔?

The Unicode character 𬹔 U+2CE54 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+2CE54.

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!