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

What is Unicode character 𭨅?

The Unicode character 𭨅 U+2DA05 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+2DA05.

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!