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

What is Unicode character 𦍾?

The Unicode character 𦍾 U+2637E 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+2637E.

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!