

Technical information

Symbol
NameOperating system command
Unicode numberU+009D
CategoryLatin-1 Supplement1. C1 controls
DescriptionThe Unicode character U+009D, is known as the "Operating System Command" (OSC). It belongs to the "C0 Controls and Basic Latin" block and falls under the "Other, Control" category in the Unicode standard. This character is a control code in the ASCII and Extended ASCII sets, and its specific function can vary depending on the operating system or application it's being used in. Typically, control characters like the Operating System Command are not printed when included in text. Instead, they're used to control the operation of devices like printers and terminals, or to control data transmission over networks. The specific appearance and usage 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%23157%3B
UTF-8 (hex)0x26 0x23 0x31 0x35 0x37 0x3B
UTF-8 (binary)1001100010001100110001001101010011011100111011
UTF-160x009D
UTF-320x0000009D

Source Code

C, C++, and Java"\u009D"
CSS Code\009D
JavaScript"\u009D"
Perl\x{009D}
Python 2u"\u009D"
Python 3\u009D
Ruby\u{009D}

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>&#157;</span>

            
span {
    content: "\009D";
}

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