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

What is Unicode character 𭰀?

The Unicode character 𭰀 U+2DC00 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+2DC00.

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!