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

What is Unicode character 𦕌?

The Unicode character 𦕌 U+2654C 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+2654C.

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!