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

What is Unicode character 𦙬?

The Unicode character 𦙬 U+2666C 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+2666C.

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!