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

What is Unicode character 𮣎?

The Unicode character 𮣎 U+2E8CE 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+2E8CE.

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!