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

What is Unicode character 𮦹?

The Unicode character 𮦹 U+2E9B9 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+2E9B9.

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!