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

What is Unicode character 𦔻?

The Unicode character 𦔻 U+2653B 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+2653B.

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!