“␈” U+0008: Backspace

␈ Backspace

U+0008

ℹ️ About

The Backspace control character (U+0008) is a non-printing legacy code originally designed for teletypes and terminals to move the active print head or cursor one character position backward. In modern computing, it is often represented by the visual symbol ␈ (U+2408) for technical documentation. In programming strings, it is commonly escaped as \b.

⚠️ Note: Do not confuse with (U+2190 Left Arrow) or the physical Delete key function.

Codes

HTML 
CSS \000008
Python \u0008

Live Playground

More from Basic Latin

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *