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

What is Unicode character 𦔌?

The Unicode character 𦔌 U+2650C 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+2650C.

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!