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

What is Unicode character 𭨗?

The Unicode character 𭨗 U+2DA17 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+2DA17.

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!