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

What is Unicode character 𭫦?

The Unicode character 𭫦 U+2DAE6 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+2DAE6.

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!