Return the string representing a character whose Unicode code point is the integer i. For example, chr(97) returns the string 'a', while chr(8364) returns the string 'â¬'. This is the inverse of ord().
chr(i)