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>&#156538;</p>
📋
CSS .selector { content: '\2637A' };
📋
JS var unicodeA = '\u2637A ';
📋
CPP char unicodeA = ' \u2637A ';
📋
Java char unicodeA = '\u2637A';
📋
Python unicodeA = '\u2637A'
📋

What is Unicode character 𦍺?

The Unicode character 𦍺 U+2637A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2637A.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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