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

What is Unicode character 𦔾?

The Unicode character 𦔾 U+2653E 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+2653E.

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!