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

What is Unicode character 𦔏?

The Unicode character 𦔏 U+2650F 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+2650F.

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!