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

What is Unicode character 𮃧?

The Unicode character 𮃧 U+2E0E7 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+2E0E7.

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!