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

What is Unicode character 𧝬?

The Unicode character 𧝬 U+2776C 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+2776C.

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!