logo
search
Document Editing Problems

How to Keep a Conditional SYMBOL Field With the Following Word in Word

Maira MehtabMaira Mehtab Sep 21, 2026 868 views

Question details

The user needs to prevent a conditional SYMBOL field from separating from the adjacent word when a line break occurs at the end of a line.

Product
Word Processor
Device & OS
not provided
Scenario
Formatting a complex document where a conditionally generated symbol must stay attached to the text that immediately follows it.
Observed behavior
A conditional SYMBOL field remains on the current line while the following word drops to the next line. Conversely, a standard character inserted via 'Insert Symbol' stays with the word.
Before you start

Determine if your document requires the strict use of the SYMBOL field code, as replacing it with alternative field codes or standard text characters is necessary to achieve the desired line-wrapping behavior.

Solution 1Recommended

Use QUOTE and IF Fields as an Alternative

Replace the SYMBOL field with a combination of QUOTE and IF fields, which outputs characters that naturally flow and stay together with adjacent text.

Because word processors treat the SYMBOL field as an independent entity, there is no built-in way to force it to bind to adjacent words using non-breaking spaces. Using a QUOTE field allows the generated character to be treated as standard text, inheriting normal line-breaking rules.

1
Insert field braces

Press Ctrl+F9 (or Cmd+F9 on Mac) to insert a new pair of empty field braces into your document.

2
Construct the IF condition

Inside the braces, type your conditional logic starting with IF.

3
Embed the QUOTE field

Where you would previously use the SYMBOL field inside the IF statement, insert another set of field braces (Ctrl+F9) and type QUOTE followed by the character code of the symbol you need (e.g., QUOTE 169 for a copyright symbol).

4
Update the field

Right-click the entire field structure and select 'Update Field' to display the result, which will now stay with the following word.

Free Microsoft Office alternative

Experience Seamless Document Formatting with WPS Office

Tired of dealing with rigid field formatting limitations? WPS Office provides a lightweight, highly compatible alternative for all your document processing needs. Enjoy an intuitive interface that makes advanced formatting and text handling straightforward without the frustrating quirks.

  1. 1. Download the installer: Visit the official WPS Office website and download the free installation package for your operating system.
  2. 2. Install the software: Run the installer and follow the quick on-screen instructions to set up WPS Office on your computer.
  3. 3. Open your document: Launch WPS Writer and open your existing document to seamlessly continue editing with improved formatting controls.
Highly compatible with Microsoft Word (.docx) formats, preserving your existing field codes.Lightweight and fast performance on Windows, Mac, and mobile devices.Intuitive interface that feels familiar, ensuring a zero-learning-curve migration.Free to use for everyday office tasks and document editing.
microsoft office alternative - wps office

Frequently Asked Questions

Why does a regular inserted symbol move with the text while a SYMBOL field does not?

Regular characters inserted via the 'Insert Symbol' menu are treated as standard text characters by the word processor, allowing them to obey standard line-wrapping and non-breaking space rules. Field codes, such as the SYMBOL field, are evaluated as distinct objects that the pagination engine often separates from adjacent text when calculating line breaks.

Can I use a non-breaking space to link a SYMBOL field to a word?

Unfortunately, non-breaking spaces (inserted via Ctrl+Shift+Space) typically do not work reliably to bind a SYMBOL field to the preceding or following word. The software's rendering engine still sees the field boundary as a valid breaking point.

What is the advantage of using a QUOTE field instead?

The QUOTE field evaluates its character code and outputs standard text into the document. Because the output acts as normal text rather than an isolated symbol object, it properly respects adjacent text boundaries and wraps to the next line together with the adjoining word.