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

What is Unicode character 𭰕?

The Unicode character 𭰕 U+2DC15 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+2DC15.

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!