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

What is Unicode character 𨒔?

The Unicode character 𨒔 U+28494 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+28494.

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!