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

What is Unicode character 𦢏?

The Unicode character 𦢏 U+2688F 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+2688F.

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!