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

What is Unicode character 𮦵?

The Unicode character 𮦵 U+2E9B5 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+2E9B5.

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!