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

What is Unicode character 𦕯?

The Unicode character 𦕯 U+2656F 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+2656F.

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!