Hi @Garrett,
Thank you for posting your question to Microsoft Q&A Forum.
The spaces you’re seeing without a dot or circle when paragraph marks are turned on in Word are usually non-breaking spaces (NBSP) or other special spacing characters.
- When text is copied from other sources (web pages, PDFs, CMS exports), Word often retains non-breaking spaces (
Unicode U+00A0) or thin spaces instead of normal spaces.
- These characters prevent line breaks and can cause inconsistent spacing when published to a CMS.
- Non-breaking space (NBSP) is used to prevent a line break between words.
- Sometimes thin space or no-width space can appear, but NBSP is the most common culprit.
You can use Find and Replace feature to find and replace them in Word:
- Open Find and Replace (
Ctrl + H).
- In Find what, enter:
-
^s is Word’s special code for non-breaking space.
- In Replace with, enter:
- Just press the spacebar once.
- Click Replace All.
With other invisible spaces, you can use wildcards in Find and Replace:
- Enable Use wildcards.
- Search for
^u00A0 (Unicode NBSP) or other codes if needed.
To avoid this before it happens, when pasting from external sources:
- Use Paste → Keep Text Only (or
Ctrl + Shift + V in some versions).
- Or Clear Formatting after pasting.
I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this.
Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you.
I look forward to continuing the conversation.
If the answer is helpful, click "Accept Answer" and vote positively. If you have more questions about this answer, click "Comment".
Note: Follow the steps in our documentation to enable email notifications if you want to receive email notifications related to this topic.