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

What is Unicode character 𭰏?

The Unicode character 𭰏 U+2DC0F 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+2DC0F.

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!