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

What is Unicode character 𮦰?

The Unicode character 𮦰 U+2E9B0 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+2E9B0.

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!