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

What is Unicode character 𦙎?

The Unicode character 𦙎 U+2664E 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+2664E.

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!