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

What is Unicode character 𮬺?

The Unicode character 𮬺 U+2EB3A 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+2EB3A.

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!