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

What is Unicode character 𦘼?

The Unicode character 𦘼 U+2663C 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+2663C.

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!