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

What is Unicode character 𮣬?

The Unicode character 𮣬 U+2E8EC 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+2E8EC.

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!