On this page:
tex-shortcut-table

15 TeX Table

 (require mrlib/tex-table)

tex-shortcut-table : 
(listof
  (list/c string?
          (lambda (x)
            (and (string? x)
                 (= (string-length x)
                    1)))))
This is an assocation list mapping the shortcut strings that DrRacket uses with its control-\ (or command-\) strings to their corresponding unicode characters. For example, it contains this mapping:
  ("alpha" "α")
as well as many more.