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

What is Unicode character 𦍻?

The Unicode character 𦍻 U+2637B 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+2637B.

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!