chr Return a specific character &reftitle.description; stringchr intascii Returns a one-character string containing the character specified by ascii. This function complements ord. &reftitle.parameters; ascii The ascii code. &reftitle.returnvalues; Returns the specified character. &reftitle.changelog; &Version; &Description; 6.0.0 This function now uses codepoint as input. &reftitle.examples; <function>chr</function> example ]]> &reftitle.seealso; sprintf with a format string of %c ord An ASCII-table