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

What is Unicode character 𧅬?

The Unicode character 𧅬 U+2716C 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+2716C.

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!