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

What is Unicode character 𦕬?

The Unicode character 𦕬 U+2656C 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+2656C.

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!