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

What is Unicode character 𮃟?

The Unicode character 𮃟 U+2E0DF 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+2E0DF.

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!