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

What is Unicode character 𭹢?

The Unicode character 𭹢 U+2DE62 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+2DE62.

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!