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

What is Unicode character 𭺎?

The Unicode character 𭺎 U+2DE8E 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+2DE8E.

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!