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

What is Unicode character 𦕺?

The Unicode character 𦕺 U+2657A 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+2657A.

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!