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

What is Unicode character 𦕜?

The Unicode character 𦕜 U+2655C 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+2655C.

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!