Run
x = 12685000 output = chr(x) print(f'x : {x}') print(f'chr(x) : {output}')
Output