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

What is Unicode character 𫍺?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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