DCS Device Control String
U+0090
DCS
ℹ️ About
The Device Control String (DCS) is a C1 control character defined in Unicode and ISO/IEC 6429. It acts as the “opening” character for a control sequence that provides device-dependent instructions. Unlike standard escape codes, a DCS sequence typically continues until a String Terminator (ST, U+009C) is encountered.
⚠️ Note: Do not confuse with DLE (Data Link Escape). DCS is specifically for strings of device-specific commands.
⚡ Codes
HTML
CSS
\0090
Python
\u0090
Live Playground
More from Latin-1 Supplement
Copied!