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

What is Unicode character 𦔊?

The Unicode character 𦔊 U+2650A 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+2650A.

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!