Keyboard shortcuts for legal symbols (§, ¶, ©, ®, ™) differ sharply between Windows, macOS, and web editors, and choosing the wrong method creates formatting headaches in briefs, contracts, and citations. This guide maps the fastest input methods for each platform and explains when to use Unicode versus character codes.
The section symbol (§) and paragraph symbol (¶) sit outside the standard ASCII character set, which means they lack dedicated keys on English keyboards. Windows relies on Alt codes that reference Unicode decimal values, requiring you to hold Alt while typing a four-digit number on the numeric keypad. macOS uses Option-key combinations that are shorter but less intuitive to discover. Linux distributions typically use Compose-key sequences or Ctrl+Shift+U followed by hex codes. Web applications add another layer: Google Docs interprets certain typed patterns as autocorrect triggers, while plaintext fields in browsers ignore these entirely. The copyright (©), registered trademark (®), and trademark (™) symbols follow similar fragmentation, with autocorrect working inconsistently depending on whether you're in Word, Outlook, Slack, or a code editor. Understanding which method applies to your daily workflow prevents the frustration of memorizing shortcuts that only work in half your tools.
On Windows, enable NumLock and hold the Alt key while typing the decimal Unicode value on the numeric keypad, then release Alt. Section symbol: Alt+0167. Paragraph symbol: Alt+0182. Copyright: Alt+0169. Registered trademark: Alt+0174. Trademark: Alt+0153. If your laptop lacks a dedicated numpad, you typically need to hold Fn plus a modifier to activate the embedded numpad (often overlaid on J-K-L-U-I-O keys), which is slow and error-prone. The faster fallback is the Character Map utility (search charmap.exe in Start), where you can find any symbol, copy it, and paste. Windows 11 introduced the emoji picker (Win+period), which includes a symbols tab, but it's optimized for emoji and social symbols rather than legal typography. For repetitive use, create an AutoHotkey script or assign a custom keyboard shortcut in Word's Insert Symbol dialog to map a key combination to the symbol, bypassing Alt codes entirely.
On macOS, the section sign is Option+6 and the paragraph sign is Option+7—these work system-wide in Pages, Mail, TextEdit, and browsers. Copyright symbol is Option+G. Registered trademark is Option+R. Trademark requires typing Option+2 for the superscript numeral position, though many applications autocorrect (tm) to ™ if you enable smart quotes and substitutions in System Preferences under Keyboard > Text. The Character Viewer (Control+Command+Space) provides a searchable palette if you forget a combination; you can add frequently used symbols to a Favorites section for one-click access. Note that keyboard layouts matter: Canadian English and U.S. English layouts produce the same results, but switching to a French (Canada) layout relocates some symbols. If you use Vim, Emacs, or terminal-based editors, check whether your shell and terminal emulator properly handle Unicode; older configurations may require you to set LANG=en_US.UTF-8 or use digraph commands instead of Option keys.
Microsoft Word, Outlook, and PowerPoint ship with AutoCorrect rules that convert (c) to ©, (r) to ®, and (tm) to ™ as you type, provided AutoCorrect is enabled under File > Options > Proofing. Google Docs applies similar substitutions in its "Preferences > Substitutions" menu, though the triggers are slightly different and users must manually enable them. These autocorrect shortcuts do not work in plain-text contexts—email subject lines, Slack messages, code editors, or browser address bars all require manual Unicode entry. Section and paragraph symbols lack standard autocorrect triggers in either suite; you must insert them via Insert > Symbol or use Alt codes and Option keys. Teams collaborating across platforms should document which autocorrect rules are active, because a Google Docs user typing (c) will see © while a colleague in Notepad will see literal parentheses. For legal briefs filed electronically, verify that the court's document management system preserves Unicode symbols; some older systems strip non-ASCII characters or render them as question marks, forcing you to use spelled-out alternatives.
Text-expansion tools like PhraseExpress, TextExpander, espanso, or AutoHotkey (Windows) let you define custom shortcuts—type ";sect" to insert § or ";para" for ¶—that work across every application, including web forms, email clients, and chat. This approach eliminates the need to remember platform-specific codes and ensures consistency when team members switch between Windows laptops and MacBooks. Browser extensions such as "Insert Special Characters" or "Unicode Input" add right-click menus or toolbar buttons for quick symbol insertion in Gmail, GitHub, Zendesk, and other web apps. These tools are especially valuable for legal support staff who need to type citations in case-management software, billing platforms, and client portals that don't expose Word's symbol picker. Configure your text expander to sync across devices via Dropbox or a cloud account, so your custom shortcuts follow you to a new machine. The tradeoff is a slight learning curve and the need to install third-party software, which may require IT approval in regulated environments.
On iOS, press and hold the "&" key on the default keyboard to reveal ¶ and §, or use the emoji keyboard's symbol section (globe icon, then "#+=" then "^#="). Copyright, registered, and trademark symbols appear in the same area. On Android, long-press behavior varies by keyboard app—Gboard and SwiftKey both surface § under the dollar sign key and ¶ under the ampersand, but Samsung Keyboard and others may place them elsewhere. For frequent legal drafting on mobile, install a specialized keyboard like UnicodePad (Android) or Unichar (iOS), which provides searchable symbol catalogs and custom shortcuts. Mobile citation managers often auto-insert symbols, but if you're composing an email or note, these long-press methods are faster than copying from a web page. Be aware that some mobile email clients strip Unicode when syncing with desktop Outlook if the mailbox is configured for plain-text only, so test round-trip delivery before relying on mobile input for time-sensitive correspondence.
In Microsoft Word, you can type a Unicode hex code (00A7 for §, 00B6 for ¶, 00A9 for ©, 00AE for ®, 2122 for ™) followed immediately by Alt+X to convert the code to the symbol. This is faster than navigating Insert > Symbol and more reliable than Alt codes on laptops. It also works in reverse: place the cursor after a symbol and press Alt+X to reveal its hex code, useful for troubleshooting formatting issues or confirming you inserted the correct glyph. Other applications rarely support Alt+X, so this is Word-specific. For programming, HTML entity codes (§ ¶ © ® ™) render symbols in browsers, and LaTeX uses backslash commands (\S \P \copyright \textregistered \texttrademark). If you maintain a knowledge base or internal wiki in Markdown or reStructuredText, check whether your renderer supports Unicode directly or requires entity codes; many legal teams who migrated from Word to Confluence or Notion discovered their § and ¶ symbols broke in initial imports and had to batch-replace them using regex find-and-replace with Unicode escapes.
Hold Alt, type 0167 on the numeric keypad, then release Alt. On laptops without a numpad, enable the embedded numpad with Fn or use the Character Map utility (search charmap.exe). In Word, you can also type 00A7 then Alt+X to insert the section symbol instantly.
Press Option+7 system-wide. This works in all macOS applications including Pages, Mail, Safari, and TextEdit. If you forget the shortcut, open the Character Viewer with Control+Command+Space, search for "pilcrow" or "paragraph," and add it to Favorites for quick access in the future.
Some email clients and web forms strip Unicode characters or convert them to question marks, especially if the receiving system uses a legacy encoding like Windows-1252 instead of UTF-8. Test by sending yourself a draft. If symbols break, switch to HTML entities in web contexts or use spelled-out abbreviations (Sec., Para.) in plain-text email.
Yes. Go to Insert > Symbol, select the symbol, click "Shortcut Key," assign a key combination like Ctrl+Alt+S for §, and click Assign. This mapping is saved in your Normal.dotm template and works in all new Word documents. For organization-wide deployment, IT can distribute a custom template with predefined shortcuts.
Zotero, EndNote, and similar tools insert symbols programmatically when generating citations if your style guide (Bluebook, APA Legal) specifies them. However, when drafting briefs or emails outside the citation manager, you still need manual shortcuts. Some practice-management platforms include snippet libraries for common symbols, but coverage varies by software.
Use the built-in character picker: press Search+Shift+Space (or Launcher+Shift+Space), then search for the symbol name. Alternatively, install a browser extension like "Insert Special Characters" or use a text-expander extension that syncs with your Google account. Google Docs autocorrect for (c), (r), and (tm) works on Chromebooks, but § and ¶ require manual insertion or a snippet tool.