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

What is Unicode character 𭹲?

The Unicode character 𭹲 U+2DE72 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+2DE72.

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!