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

What is Unicode character 𭰰?

The Unicode character 𭰰 U+2DC30 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+2DC30.

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!