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

What is Unicode character 𣐬?

The Unicode character 𣐬 U+2342C 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+2342C.

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!