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

What is Unicode character 𮃖?

The Unicode character 𮃖 U+2E0D6 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+2E0D6.

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!