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

What is Unicode character 𭺦?

The Unicode character 𭺦 U+2DEA6 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+2DEA6.

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!