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

What is Unicode character 𨐬?

The Unicode character 𨐬 U+2842C 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+2842C.

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!