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

What is Unicode character 𮀟?

The Unicode character 𮀟 U+2E01F 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+2E01F.

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!