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

What is Unicode character 𭰍?

The Unicode character 𭰍 U+2DC0D 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+2DC0D.

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!