A destructive back space, to go alongside a destructive forward space, is an exceedingly unusual but valid choice. There are terminals in the termcap database that did this.
If you want actual madness, however, look to u-boot, where BS is non-destructive *unless* the user is using TrueType fonts, when this code kicks in.
https://github.com/u-boot/u-boot/blob/master/drivers/video/console_truetype.c#L480
Just say no to using the BS character for text effects effects in boot loaders, kids! (-:
