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

What is Unicode character 𮧬?

The Unicode character 𮧬 U+2E9EC 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+2E9EC.

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!