2.1 Text Entry and Symbols
Key Takeaways
- Word-wrap automatically wraps text to the next line at margins, requiring the Enter key only for paragraph breaks.
- Non-printing characters like paragraph marks (¶), space dots (·), and tab arrows (→) can be toggled using Ctrl+Shift+8 or the Show/Hide ¶ button.
- A soft return (Shift+Enter) starts a new line within the same paragraph, whereas a hard return (Enter) starts a new paragraph and resets styles.
Entering text in a modern word processing application requires adhering to specific guidelines to ensure clean formatting and layout flexibility. In the era of mechanical typewriters, typists were required to manually press a physical carriage return lever to advance the paper and move the writing head back to the left margin at the end of every line. In modern software applications, however, this manual step is obsolete due to a feature known as word-wrap. Word-wrap automatically shifts the insertion point (the blinking vertical line cursor) to the beginning of the next line when typed characters reach the right margin of the document page. Because of word-wrap, the user should type continuously and only press the Enter key when they intend to start a new paragraph or insert a deliberate blank line. Pressing the Enter key at the end of every line creates fragmented, line-by-line sentences that are difficult to edit, align, or scale if font sizes or page margins are altered later.
Another fundamental guideline concerns the spacing between words and sentences. Historically, mechanical typewriters utilized monospaced fonts, meaning every character, whether a narrow 'i' or a wide 'w', occupied the exact same horizontal space. Typists inserted two spaces after punctuation marks like periods, colons, or question marks to create a distinct visual break between sentences. In contrast, modern word processors utilize proportional fonts, where characters occupy variable widths based on their shape (for example, a 'w' takes up more space than an 'i'). The software automatically computes and optimizes character spacing to ensure maximum readability. Consequently, the contemporary industry standard is to type only a single space after periods and other punctuation marks. Inserting double spaces in modern documents results in unsightly, uneven gaps in the layout, often referred to by typists and designers as text 'rivers'.
Inserting Symbols and Special Characters
Standard physical computer keyboards only contain a limited set of alphanumeric keys and basic punctuation marks. However, professional business documents frequently require symbols and characters that are not available on standard keyboards. Common examples include the copyright symbol (©), registered trademark symbol (®), trademark symbol (™), euro currency symbol (€), em-dashes (—), en-dashes (–), bullet points, and mathematical signs.
To insert these characters, word processing programs like Microsoft Word (MS Word) provide a dedicated Symbol utility on the ribbon interface under the Insert tab. Clicking Insert > Symbol > More Symbols opens a dialog box containing thousands of characters organized by font families and subsets (such as mathematical operators, currency symbols, and decorative dingbats). Furthermore, word processors feature an AutoCorrect engine that converts predefined character strings into symbols automatically. The table below highlights some of the most common AutoCorrect conversions and manual shortcuts:
| Symbol Name | Symbol | Typical AutoCorrect Input | Keyboard Shortcut (Windows/Mac) | Primary Purpose |
|---|---|---|---|---|
| Copyright | © | (c) | Alt+Ctrl+C / Option+G | Asserts intellectual property ownership |
| Registered | ® | (r) | Alt+Ctrl+R / Option+R | Identifies legally registered trademarks |
| Trademark | ™ | (tm) | Alt+Ctrl+T / Option+2 | Identifies unregistered trademarks |
| Euro Symbol | € | N/A | Ctrl+Alt+E (or AltGr+5) / Option+2 | Denotes European Union currency values |
| Em-dash | — | -- (between words) | Alt+Ctrl+Minus (NumPad) / Option+Shift+Hyphen | Indicates a sharp sentence break or parenthetical thought |
| En-dash | – | - (between digits) | Ctrl+Minus (NumPad) / Option+Hyphen | Represents a range of dates, times, or page numbers |
It is important to distinguish between the hyphen (-), the en-dash (–), and the em-dash (—). The hyphen is the shortest and is used to join compound words (e.g., 'word-wrap'). The en-dash is intermediate in length, named after the width of the letter 'N', and is used to indicate a range (e.g., 'pages 10–20'). The em-dash is the longest, named after the width of the letter 'M', and is used to signify an abrupt pause or break in a sentence (e.g., 'The document was complete—or so they thought').
Understanding Non-Printing Characters
Non-printing characters, also known as formatting marks or hidden characters, are special layout symbols that appear on the screen to help the user align and organize text but do not appear on physical paper when the document is printed. Toggling these marks on is a critical troubleshooting technique for identifying formatting errors like accidental double spaces, extra paragraph breaks, or misaligned tabs.
You can toggle the visibility of these hidden characters by clicking the Show/Hide ¶ button, located in the Paragraph group of the Home tab on the Ribbon, or by pressing the keyboard shortcut Ctrl+Shift+8 (or Ctrl+* on some keyboards).
When non-printing characters are enabled, several distinct marks become visible in the document:
- Paragraph Mark (¶): Also called a pilcrow, this mark appears wherever the user pressed the
Enterkey. It represents a hard carriage return and contains crucial styling metadata (like line spacing, alignment, and tab stops) for the paragraph it terminates. - Space Dot (·): A small, elevated dot appears between words for every space typed. If multiple dots appear in succession, it indicates an unnecessary accumulation of spaces.
- Right-Pointing Arrow (→): This symbol appears when the user presses the
Tabkey, indicating a jump to the next predefined tab stop. - Left-Pointing Arrow with a Vertical Shaft (↵): This indicates a manual line break (soft return) inserted by pressing
Shift+Enter. - Dotted Line with Label: Represents a manual page break (inserted with
Ctrl+Enter) or a section break, outlining where structural page divisions occur.
Hard Carriage Returns vs. Soft Carriage Returns
A crucial concept in modern word processing is the distinction between a hard carriage return and a soft carriage return, which fundamentally changes how formatting is applied across lines.
A hard carriage return (often simply called a paragraph break) is created by pressing the Enter key. This action instructs the software to terminate the current paragraph and start a completely new one. When a hard return is executed, the software inserts a paragraph mark (¶) and resets the line. Crucially, paragraph-level formatting (such as left/right indentation, line spacing, alignment, and space before/after paragraphs) is isolated. If you modify the styling of the new paragraph (for example, centering it), the change will not affect the previous paragraph because they are separated by a hard return.
A soft carriage return (also known as a manual line break) is created by pressing Shift+Enter. This instructs the program to break the line and move the insertion point to the next line immediately, without starting a new paragraph. The software inserts a manual line break mark (↵). Because the text remains within the same structural paragraph, any paragraph-level formatting remains unified. For example, if a paragraph is justified, inserting a soft return will break the line but preserve the overall justification styling across both lines. This is particularly useful when formatting postal addresses, poetry, or list items where you want text on a new line without generating a new bullet point or list number.
To illustrate this, consider a numbered list. Pressing Enter at the end of a line terminates the paragraph, causing the software to automatically generate the next number in the sequence (e.g., moving from item 1 to item 2). Pressing Shift+Enter breaks the line so you can add more information underneath item 1, but keeps the text within item 1 without generating a new number.
| Feature | Hard Return (Enter) | Soft Return (Shift+Enter) |
|---|---|---|
| Document Symbol | Pilcrow (¶) | Left-curving line break arrow (↵) |
| Paragraph Structure | Splits the text into two distinct paragraphs | Keeps the text as a single paragraph |
| Style Application | Can apply different formatting to each paragraph | Formatting must be identical across both lines |
| Spacing Behavior | Inserts 'Space After Paragraph' spacing | Uses standard line spacing between lines |
Which of the following keyboard shortcuts inserts a soft return (manual line break) in a document?
When using a word processor, what does a dot (·) visible on the screen when formatting marks are enabled represent?
Which symbol is inserted when the AutoCorrect feature converts the typed text string "(r)"?