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

What is Unicode character 𮃦?

The Unicode character 𮃦 U+2E0E6 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+2E0E6.

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!