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

What is Unicode character 𦕏?

The Unicode character 𦕏 U+2654F 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+2654F.

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!