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

What is Unicode character 𦕻?

The Unicode character 𦕻 U+2657B 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+2657B.

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!