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

What is Unicode character 𭺨?

The Unicode character 𭺨 U+2DEA8 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+2DEA8.

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!