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

What is Unicode character 𭹔?

The Unicode character 𭹔 U+2DE54 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DE54.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!