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

What is Unicode character 𦘺?

The Unicode character 𦘺 U+2663A 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+2663A.

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!