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

What is Unicode character 𦢌?

The Unicode character 𦢌 U+2688C 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+2688C.

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!