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

What is Unicode character 𮢺?

The Unicode character 𮢺 U+2E8BA 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+2E8BA.

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!