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

What is Unicode character 𮦨?

The Unicode character 𮦨 U+2E9A8 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+2E9A8.

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!