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

What is Unicode character 𮃰?

The Unicode character 𮃰 U+2E0F0 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+2E0F0.

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!