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

What is Unicode character 𮖾?

The Unicode character 𮖾 U+2E5BE 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+2E5BE.

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!