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

What is Unicode character 𮃨?

The Unicode character 𮃨 U+2E0E8 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+2E0E8.

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!