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

What is Unicode character 𧕬?

The Unicode character 𧕬 U+2756C 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+2756C.

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!