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

What is Unicode character 𧍺?

The Unicode character 𧍺 U+2737A 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+2737A.

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!