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

What is Unicode character 𭨎?

The Unicode character 𭨎 U+2DA0E 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+2DA0E.

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!