isPrintable

isPrintable(): Boolean;

The isPrintable method of the Character primitive type returns true if the receiver is a character that can be printed; otherwise, it returns false.

Character values in the range #20 through #7E can always be printed. Whether a character greater than #7F can be printed depends on the current locale, and character set (ANSI or Unicode).