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

What is Unicode character 𭨐?

The Unicode character 𭨐 U+2DA10 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+2DA10.

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!