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

What is Unicode character 𦕾?

The Unicode character 𦕾 U+2657E 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+2657E.

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!