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

What is Unicode character 𭹦?

The Unicode character 𭹦 U+2DE66 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+2DE66.

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!