Share via

Word Mac shows dozens of ¬ "logical not" characters for hard-hyphen, but Find command says "No matches"

Arden Ogg 0 Reputation points
2026-03-31T15:56:53.54+00:00

I am using Word Mac Office Home & Business 2024. Please let me know if this is the wrong forum.

At some point, all non-breaking hyphens in my 200-page document changed in appearance to ¬ (logical not). I need to change all of them back to regular hyphens using find and replace, however when I attempt to search, Word Mac says "No matches".

  1. I have copied the character to the find box in advanced find: "No matches"
  2. I have selected the non-breaking hyphen from the special characters pull down in Find: "No matches"
  3. I have tried the Unicode value in Find (u+00ac): "No matches"
  4. I have tried the various suggested shortcuts for typing hard hyphen (the most common one seems to trigger superscript instead)
  5. In print preview, they are replaced (incorrectly) with spaces.
  6. Saved to PDF, the ¬ is deleted entirely.
  7. In Libre Office, the ¬ is deleted entirely.

I'd be grateful for some help here!

Here's what I see on screen.

Screenshot 2026-03-31 at 10.43.58 AM

Microsoft 365 and Office | Word | Other | MacOS
0 comments No comments

2 answers

Sort by: Most helpful
  1. Marcin Policht 86,455 Reputation points MVP Volunteer Moderator
    2026-03-31T16:08:08.8+00:00

    Try using internal search codes. In Word Mac Open Find and Replace, expand to “Advanced,” and in Find, use:

    ^~
    

    This is Word’s special code for a non-breaking hyphen. In Replace, put a normal hyphen:

    -
    

    Then Replace All.

    If ^~ doesn’t work:

    • Try using the Unicode code for non-breaking hyphen: ^u2011 in the Find box and - in Replace.
    • Make sure Use wildcards is off, because wildcards change how Word interprets codes.
    • Also check your font: sometimes display issues make it appear as ¬, but the replacement will work regardless.

    If that still fails, try using a macro to scan the document and replace any character with the Unicode property “Hyphen” (or anything visually resembling a hyphen) with -.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

  2. Arden Ogg 0 Reputation points
    2026-03-31T19:34:41.6466667+00:00

    Again, many thanks.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.