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

What is Unicode character 𦕝?

The Unicode character 𦕝 U+2655D 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+2655D.

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!