Write a program that reads one number and one character on separate lines and checks whether the entered number corresponds to the decimal representation of the character in the Unicode table.
If the input character is represented by the input number, print true; otherwise, print false.