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

What is Unicode character 𦕚?

The Unicode character 𦕚 U+2655A 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+2655A.

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!