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

What is Unicode character 𦔪?

The Unicode character 𦔪 U+2652A 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+2652A.

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!