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

What is Unicode character 𭨕?

The Unicode character 𭨕 U+2DA15 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+2DA15.

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!