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

What is Unicode character 𦕍?

The Unicode character 𦕍 U+2654D 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+2654D.

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!