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

What is Unicode character 𦕼?

The Unicode character 𦕼 U+2657C 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+2657C.

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!