I\'m creating a stylish text app but on some places I\'m getting an error (\"Too many characters in character literal\"). I am writing only one letter but when I paste it c
char: The char data type is a single 16-bit Unicode character. It has a minimum value of '\u0000' (or 0) and a maximum value of '\uffff' (or 65,535 inclusive).