Most of the characters in the ASCII character set may be referred to by
name: for example, #\tab
, #\esc
, #\stx
, and so on.
The following table describes the ASCII names for each character.
@multitable @columnfractions .25 .25 .25 .25
#\nul
@tab 1 = #\soh
@tab 2 = #\stx
@tab 3 = #\etx
#\eot
@tab 5 = #\enq
@tab 6 = #\ack
@tab 7 = #\bel
#\bs
@tab 9 = #\ht
@tab 10 = #\nl
@tab 11 = #\vt
#\np
@tab 13 = #\cr
@tab 14 = #\so
@tab 15 = #\si
#\dle
@tab 17 = #\dc1
@tab 18 = #\dc2
@tab 19 = #\dc3
#\dc4
@tab 21 = #\nak
@tab 22 = #\syn
@tab 23 = #\etb
#\can
@tab 25 = #\em
@tab 26 = #\sub
@tab 27 = #\esc
#\fs
@tab 29 = #\gs
@tab 30 = #\rs
@tab 31 = #\us
#\sp
The delete
character (octal 177) may be referred to with the name
#\del
.
Several characters have more than one name:
Go to the first, previous, next, last section, table of contents.