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

What is Unicode character 𦙍?

The Unicode character 𦙍 U+2664D 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+2664D.

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!