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

What is Unicode character 𧐬?

The Unicode character 𧐬 U+2742C 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+2742C.

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!