Hans,
The most elegant solution I've implemented, and probably won't abandon, is to print an uppercase C, 1 backspace (chr(8) ), and an equals sign '='.
When putting this inside some string do take notice that the effective length of this 3 byte string is only 1 char on paper, and also don't expect it to look nice on screen ;-)
HTH,
TonHu