Š

Technical information

SymbolŠ
NameLine tabulation set
Unicode numberU+008A
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+008A is known as the "Line Tabulation Set". It belongs to the "C0 Controls" block and falls under the "Other, Control" category in the Unicode standard. This character is a control character, which means it is non-printable and is used to control certain aspects of how the text is processed. Specifically, the Line Tabulation Set (LTS) character is used to set tab stops at the line in which it appears. Its usage is fairly rare, especially in common types of text like documents or web pages. The specific effect of this character can depend on the system and application it's being used in.

Encoding

HTML EntityŠ
HTML Entity (hex)Š
URL Escape Code%26%23138%3B
UTF-8 (hex)0x26 0x23 0x31 0x33 0x38 0x3B
UTF-8 (binary)1001100010001100110001001100110011100000111011
UTF-160x008A
UTF-320x0000008A

Source Code

C, C++, and Java"\u008A"
CSS Code\008A
JavaScript"\u008A"
Perl\x{008A}
Python 2u"\u008A"
Python 3\u008A
Ruby\u{008A}

Preview

This Unicode character looks like this Š in sentence and in bold like this Š and in italic like this Š.

Font size:

Š
12px
Š
16px
Š
20px
Š
28px
Š
36px
Š
48px
Š
72px

CSS Property: font-weight

Š
100
Š
200
Š
300
Š
400
Š
500
Š
600
Š
700
Š
800
Š
900

HTML Forms and Input

input
disabled input
Š
input-group
select
button
button

Code examples in HTML and CSS

<span>&#138;</span>

            
span {
    content: "\008A";
}

The symbol in different fonts

Š
-apple-system
Š
Apple Color Emoji
Š
Arial
Š
BlinkMacSystemFont
Š
Courier New
Š
Georgia
Š
Droid Sans
Š
Helvetica
Š
Noto Sans
Š
Oxygen
Š
Roboto
Š
"Segoe UI"
Š
sans-serif
Š
Segoe UI Emoji
Š
Segoe UI Symbol
Š
system-ui
Š
Times New Roman
Š
Ubuntu
Š
Verdana

References