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

What is Unicode character 𭹟?

The Unicode character 𭹟 U+2DE5F 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+2DE5F.

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!