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

What is Unicode character 𦕫?

The Unicode character 𦕫 U+2656B 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+2656B.

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!