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

What is Unicode character 𭰅?

The Unicode character 𭰅 U+2DC05 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+2DC05.

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!