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

What is Unicode character 𭰓?

The Unicode character 𭰓 U+2DC13 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+2DC13.

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!