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

What is Unicode character 𮦦?

The Unicode character 𮦦 U+2E9A6 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+2E9A6.

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!