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

What is Unicode character 𦕎?

The Unicode character 𦕎 U+2654E 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+2654E.

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!