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

What is Unicode character 𭨊?

The Unicode character 𭨊 U+2DA0A 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+2DA0A.

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!