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

What is Unicode character 𦢍?

The Unicode character 𦢍 U+2688D 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+2688D.

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!