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

What is Unicode character 𭹑?

The Unicode character 𭹑 U+2DE51 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+2DE51.

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!