characterp

characterp is a built-in function in `C source code'.

(characterp OBJECT)

Return non-nil if OBJECT is a character.
In Emacs Lisp, characters are represented by character codes, which
are non-negative integers. The function `max-char' returns the
maximum character code.