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

What is Unicode character 𧍼?

The Unicode character 𧍼 U+2737C 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+2737C.

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!