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

What is Unicode character 𦢝?

The Unicode character 𦢝 U+2689D 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+2689D.

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!