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

What is Unicode character 𧌬?

The Unicode character 𧌬 U+2732C 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+2732C.

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!