For Control Sequence Introducer, or CSI, commands, the ESC[
(written as \e[
or \033[
in several programming languages).
ISO 2022 allows the ISO 6429 C0 set to be used without the ISO 6429 C1 set, and vice versa, provided that 0x1B
is always ESC
.