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

What is Unicode character 𭰐?

The Unicode character 𭰐 U+2DC10 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+2DC10.

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!