char-table-range

char-table-range is a built-in function in `C source code'.

(char-table-range CHAR-TABLE RANGE)

Return the value in CHAR-TABLE for a range of characters RANGE.
RANGE should be nil (for the default value),
a cons of character codes (for characters in the range), or a character code.