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

What is Unicode character 𦔬?

The Unicode character 𦔬 U+2652C 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+2652C.

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!