Stop underlining
1 Mode 1 ASCII 1 Decimal I Hexadecimal I
< ESC > “-” "0" 27 45 48 1B 2D 30
Both < ESC > “-” co> 27 45 0 IB 2D 00
Stops underlining.
Start overlining
Mode ASCII Decimal Hexadecimal
< ESC > 11 L‘, 31 27 95 49 IB 5F 31
Both < ESC > “_” <I> 27 95 1 IB 5F 01
Causes subsequent characters to be overlined. Spaces skipped by hori-
zontal tabulation are not overlined.
Stop overlining
IModel ASCII I Decimal I Hexadecimal I
< ESC > “-39 “OX 21 95 48 1B 5F 30
Both <ESC> “-” <O> 27 95 0 1B 5F 00
Stops overlining.
Superscript
Mode ASCII Decimal Hexadecimal
<ESC> “S” “0” 27 83 48 IB 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” 21 83 49 IB 53 31
Both <ESC> “S” <I> 27 83 1 1B 53 01 -
Causes subsequent characters to be printed as subscripts. Does not change
the character pitch.
Cancel superscript or subscript
IModel ASCII I Decimal I Hexadecimal I
/Both I <ESC> “T” 1 21 84 i1B 54 I
Stops printing superscripts or subscripts and returns to normal printing.
60