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

What is Unicode character 𮍼?

The Unicode character 𮍼 U+2E37C 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+2E37C.

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!