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

What is Unicode character 𮃝?

The Unicode character 𮃝 U+2E0DD 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+2E0DD.

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!