code-char
code-char code → char-p
code—a character code.
13.3.0 6Returns a character with the code attribute given by code. If no such character exists and one cannot be created, nil is returned.
(code-char 65.) → #\A ;in an implementation using ASCII codes (code-char (char-code #\Space)) → #\Space ;in any implementation
13.3.0 7 Removed per suggestion of Barmar -- used old-style bits/fonts.
The implementation's character encoding.
None.