tabtekens
Tabtekens, or tab characters, are control characters used in computing to move the cursor to the next tab stop. In ASCII and Unicode, the tab is represented by the code point U+0009 (horizontal tab). In text display, a tab is usually shown as a fixed width space that advances to the next tab stop.
Common tab stops are set every eight columns, but many editors let users configure tab width to
Rendering and storage vary: some environments store a real tab character as a single byte, others replace
Practical guidance: for portable data formats, tab-delimited text is common but less supported than CSV today;
Tabs are distinct from other whitespace characters; they are different from regular spaces and vertical tabs.