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

What is Unicode character 𦍿?

The Unicode character 𦍿 U+2637F 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+2637F.

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!