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

What is Unicode character 𮦱?

The Unicode character 𮦱 U+2E9B1 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+2E9B1.

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!