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

What is Unicode character 𢑆?

The Unicode character 𢑆 U+22446 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+22446.

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!