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

What is Unicode character 𦔎?

The Unicode character 𦔎 U+2650E 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+2650E.

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!