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

What is Unicode character 𦐬?

The Unicode character 𦐬 U+2642C 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+2642C.

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!