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

What is Unicode character 𡐬?

The Unicode character 𡐬 U+2142C 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+2142C.

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!