PostgreSQL Function Reference

CHR
Returns the character with the specified ASCII code.
PostgreSQL 17.5
CHR(ascii)
ascii
ASCII code of the character
Examples
PostgreSQL 17.5
SELECT CHR(72)