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

What is Unicode character 𭰎?

The Unicode character 𭰎 U+2DC0E 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+2DC0E.

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!