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>&#177196;</p>
📋
CSS .selector { content: '\2B42C' };
📋
JS var unicodeA = '\u2B42C ';
📋
CPP char unicodeA = ' \u2B42C ';
📋
Java char unicodeA = '\u2B42C';
📋
Python unicodeA = '\u2B42C'
📋

What is Unicode character 𫐬?

The Unicode character 𫐬 U+2B42C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B42C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!