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

What is Unicode character 𭰃?

The Unicode character 𭰃 U+2DC03 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+2DC03.

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!