You Are Here -

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.

Character Traits

Code Snippets

Lang Example Copy
HTML <p>&#66570;</p>
๐Ÿ“‹
CSS .selector { content: '\1040A' };
๐Ÿ“‹
JS var unicodeA = '\u1040A ';
๐Ÿ“‹
CPP char unicodeA = ' \u1040A ';
๐Ÿ“‹
Java char unicodeA = '\u1040A';
๐Ÿ“‹
Python unicodeA = '\u1040A'
๐Ÿ“‹

What is Unicode character ๐Š?

The Unicode character ๐Š U+1040A is Deseret Capital Letter Short O in the Deseret block.

What is the lowercase equivalent of the Unicode character ๐Š?

The lowercase equivalent of the Unicode character ๐Š is ๐ฒ (U+10432).

What does the Unicode character ๐Š represent?

The Unicode character ๐Š represents Deseret Capital Letter Short O.

What is the Unicode code point for ๐Š?

The Unicode code point for ๐Š is U+1040A.

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 Deseret Capital Letter Short O 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 Deseret 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 Deseret block of characters.

Unicode Properties

Applicable Properties

Alphabetic โœ…
ID Continue โœ…
ID Start โœ…
Uppercase โœ…
XID Continue โœ…
XID Start โœ…

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block Deseret
General Category Uppercase Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Alphabetic
Numeric Value Not a Number
Script Deseret
Sentence Break Uppercase
Word Break MidNumNum
Copied!