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

What is Unicode character 𦢜?

The Unicode character 𦢜 U+2689C 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+2689C.

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!