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

What is Unicode character 𭹺?

The Unicode character 𭹺 U+2DE7A 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+2DE7A.

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!