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

What is Unicode character 𦍼?

The Unicode character 𦍼 U+2637C 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+2637C.

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!