Whitespace character
From Wiki @ Karl Jones dot com
Revision as of 14:30, 19 September 2016 by Karl Jones (Talk | contribs) (Created page with "In computer science, '''whitespace''' or '''white space''' is any character or series of characters that represent horizontal or vertical Space...")
In computer science, whitespace or white space is any character or series of characters that represent horizontal or vertical space in typography.
When rendered, a whitespace character does not correspond to a visible mark, but typically does occupy an area on a page.
For example, the common whitespace symbol U+0020 SPACE (HTML ), also ASCII 32, represents a blank space punctuation character in text, used as a word divider in Western scripts.
See also
- Carriage return
- Character (computing)
- Form feed
- Indent style
- Line feed
- Newline
- Programming style
- Prosigns for Morse code
- Regular expression # Character classes for the white-space character class
- Space bar
- Space (punctuation)
- Tab key
- Trimming (computer programming)
- Whitespace (programming language)
- Zero-width space
External links
- Whitespace character @ Wikipedia