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

What is Unicode character 𭨀?

The Unicode character 𭨀 U+2DA00 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+2DA00.

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!