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

What is Unicode character 𭰝?

The Unicode character 𭰝 U+2DC1D 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+2DC1D.

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!