Stop underlining
Mode ASCII Decimal Hexadecimal
< ESC > --‘I “0” 27 45 48 1B 2D 30
Both < ESC > “-” co> 27 45 0 1B 2D 00
Stops underlining.
Start overlining
IModel ASCII 1 Decimal 1 Hexadecimal I
< JJSC > ‘I-17 “,” 27 95 49 1B SF 31
Both <ESC> “-” <1> 27 95 1 IB 5F 01
Causes subsequent characters to be overlined. Spaces skipped by hori-
zontal tabulation are not overlined. -
Stop overlining
Mode ASCII Decimal Hexadecimal
< ESC > “_” “0” 27 95 48 1B 5F 30
Both < ESC > “_” co> 27 95 0 1B 5F 00
Stops overlining.
Superscript
Mode ASCII Decimal Hexadecimal
<ESC> ‘3” “0” 27 83 48 1B 53 30
Both <ESC> “S” co> 27 83 0 IB 53 00
Causes subsequent characters to be printed as superscripts. Does not
change the character pitch.
Subscript
Mode ASCII Decimal Hexadecimal --
<ESC> “s” 1” 27 83 49 1B 53 31
Both <ESC> “s” Cl> 27 83 1 IB 53 01
Causes subsequent characters to be printed as subscripts. Does not change
the character pitch.
Cancel superscript or subscript
Mode ASCII Decimal Hexadecimal
Both <ESC> “T” 27 84 1B 54
Stops printing superscripts or subscripts and returns to normal printing.

60