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

What is Unicode character 𪐬?

The Unicode character 𪐬 U+2A42C 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+2A42C.

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!