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

What is Unicode character 𦕊?

The Unicode character 𦕊 U+2654A 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+2654A.

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!