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

What is Unicode character 𭹝?

The Unicode character 𭹝 U+2DE5D 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+2DE5D.

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!