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

What is Unicode character 𦕭?

The Unicode character 𦕭 U+2656D 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+2656D.

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!