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

What is Unicode character 𮖹?

The Unicode character 𮖹 U+2E5B9 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+2E5B9.

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!