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

What is Unicode character 𭰟?

The Unicode character 𭰟 U+2DC1F 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+2DC1F.

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!