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

What is Unicode character 𮎺?

The Unicode character 𮎺 U+2E3BA 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+2E3BA.

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!