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

What is Unicode character 𦙊?

The Unicode character 𦙊 U+2664A 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+2664A.

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!