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

What is Unicode character 𮀝?

The Unicode character 𮀝 U+2E01D 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+2E01D.

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!