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

What is Unicode character 𮍺?

The Unicode character 𮍺 U+2E37A 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+2E37A.

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!