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

What is Unicode character 𦢊?

The Unicode character 𦢊 U+2688A 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+2688A.

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!