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

What is Unicode character 𦘬?

The Unicode character 𦘬 U+2662C 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+2662C.

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!