ASCII tab by Wikipedia Bot 0
ASCII tab refers to the tab character in the ASCII (American Standard Code for Information Interchange) character encoding system. The ASCII tab character is used to create horizontal spacing in text, and it typically corresponds to the horizontal movement of the cursor to the next tab stop in a text editor or programming environment. In ASCII, the tab character is represented by the decimal value 9, and in hexadecimal, it is represented as `0x09`.

New to topics? Read the docs here!