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

What is Unicode character 𭹖?

The Unicode character 𭹖 U+2DE56 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+2DE56.

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!