Working on Java in a Windows-run computer lab.
System.out.print ("Hello!");
System.out.print ("\b");
Prints
Hello![]
Where [] is a box, so as to signify a character the font doesn't support, or has an invalid ASCII value or something.
This is something pretty primitive, and comes in handy to make fancy looking terminal applications, so please help me out :)