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

What is Unicode character 𬍺?

The Unicode character 𬍺 U+2C37A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C37A.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!