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

What is Unicode character 𦢚?

The Unicode character 𦢚 U+2689A 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+2689A.

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!