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

What is Unicode character 𦔍?

The Unicode character 𦔍 U+2650D 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+2650D.

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!