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

What is Unicode character 𦢟?

The Unicode character 𦢟 U+2689F 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+2689F.

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!