Space in Writing: From Linguistic History to Digital Encoding
In the realm of written communication, a space is much more than just an empty gap. It is a fundamental tool used to separate words, sentences, and other glyphs (characters), providing the necessary structure for human readability. Without effective spacing, text can become an ambiguous string of characters, making it difficult for readers to distinguish between different words or for programs to identify line breaks.
Key Facts
- Whitespace characters include various types of spaces defined by distinct Unicode code points.
- Historically, many languages like Ancient Greek and Latin used scriptio continua (continuous writing without spaces).
- The International System of Units (SI) requires a space between a number and its unit.
- Modern digital typography often favors a single space after sentences, though the "double space" remains a common typewriter-era habit.
- In URLs, spaces are represented by the percent-encoded string %20.
The Evolution of Word Spacing
The use of spaces to separate words is not a universal constant in human history. While modern English relies heavily on inter-word spaces to prevent ambiguity—such as distinguishing "now here" from "nowhere"—many ancient writing systems functioned differently.
In antiquity, Ancient Hebrew and Arabic used spaces partly to provide clarity in the absence of written vowels. Early Greek scripts often utilized interpuncts (small dots) to divide words rather than blank spaces. This was eventually replaced by scriptio continua, a style where words were run together without any separation. In Latin, spaces and interpuncts were frequently dropped in favor of this continuous style until roughly AD 600–800.
The transition toward modern spacing occurred gradually. Irish and Anglo-Saxon scribes began adopting word spacing following the creation of the Carolingian minuscule. By the end of the 16th century, spacing became standard in Renaissance Italy, France, and Byzantium, eventually entering Slavic Cyrillic in the 17th century and modern Sanskrit in more recent times.
[image placeholder: ไม่มีภาพประกอบ]
Sentence Spacing Conventions
How much space should follow a period? This question has sparked significant debate among typographers and writers. There are three primary approaches to sentence spacing:
- Single Spacing (French Spacing): This is the standard for most modern published works and digital media. Most web browsers collapse multiple spaces into a single space unless specific CSS attributes are applied.
- Double Spacing (English Spacing): This convention is often attributed to the era of the typewriter. Because typewriters used monospaced fonts (where every character has the same width), two spaces were used to provide a visual cue for the end of a sentence.
- Widened Spacing: Some typesetting systems, such as the Linotype machine or the TeX system, use a space that is slightly wider than a standard word space (typically 1.3 to 2 times the width) to improve readability.
While some psychological studies suggest readers benefit from two spaces after a period, most modern style guides, including the Chicago Manual of Style and the APA Publication Manual, recommend using only a single space.
Technical Standards and SI Units
In scientific and mathematical writing, spacing is governed by strict rules to ensure precision. The International System of Units (SI) mandates specific spacing to avoid confusion.
Rules for Units and Numbers
According to SI standards, a space must be inserted between a number and a unit of measurement, acting as an implied multiplication sign. However, no space should be placed between a prefix and a base unit.
| Context | Correct Format | Incorrect Format |
|---|---|---|
| Standard Units | 5.0 cm | 5.0cm |
| Mass | 45 kg | 45kg |
| Temperature | 32 °C | 32°C |
| Compound Units | 20 kN m | 20 kNm |
| Thousands Separator | 1 000 000 | 1,000,000 |
Note: The only exception to the unit spacing rule is the symbolic notation for angles, such as degrees (30°), minutes of arc (22′), and seconds of arc (8″).
Digital Encoding and Unicode
In the digital age, "space" is not a single entity but a collection of whitespace characters. Each type of space is assigned a unique numeric code point in the Unicode standard to allow for precise control over layout.
- U+0020: The standard "normal" space.
- U+00A0: A non-breaking space, which prevents a line break from occurring at that position.
- U+2002: An En space.
- U+2003: An Em space (a fixed width equal to the font size).
Frequently Asked Questions
Should I use one space or two after a period?
In modern digital writing and professional publishing, a single space is the standard. The habit of using two spaces is a holdover from the typewriter era and is generally unnecessary with modern proportional fonts.
What is a non-breaking space?
A non-breaking space (U+00A0) is a character that looks like a regular space but prevents a computer from breaking a line at that point. This is useful for keeping related words, like a number and its unit (e.g., "10 kg"), together on the same line.
How are spaces handled in web URLs?
Since URLs cannot contain literal spaces, they are percent-encoded. A space is represented by the characters %20.
Why does the SI system require a space in numbers?
The SI system treats the space between a number and a unit as an implied multiplication sign, ensuring that the relationship between the magnitude and the unit is mathematically clear.
What is scriptio continua?
Scriptio continua is a style of writing where there are no spaces or punctuation marks between words. This was common in ancient Greek and Latin texts before spacing conventions were developed.