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

What is Unicode character 𭰑?

The Unicode character 𭰑 U+2DC11 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+2DC11.

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!