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

What is Unicode character 𦢛?

The Unicode character 𦢛 U+2689B 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+2689B.

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!