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

What is Unicode character 𭹕?

The Unicode character 𭹕 U+2DE55 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+2DE55.

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!