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

What is Unicode character 𮇟?

The Unicode character 𮇟 U+2E1DF 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+2E1DF.

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!