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

What is Unicode character 𭰊?

The Unicode character 𭰊 U+2DC0A 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+2DC0A.

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!