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

What is Unicode character 𮀕?

The Unicode character 𮀕 U+2E015 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+2E015.

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!