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

What is Unicode character 𮗟?

The Unicode character 𮗟 U+2E5DF 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+2E5DF.

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!