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

What is Unicode character 𦢎?

The Unicode character 𦢎 U+2688E 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+2688E.

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!