Yes, it does. The way to enable this depends on your version of Notepad++. On newer versions you can use:

Menu ViewShow Symbol → *Show All Characters`

or

Menu ViewShow SymbolShow White Space and TAB

(Thanks to bers' comment and bkaid's answers below for these updated locations.)


On older versions you can look for:

Menu ViewShow all characters

or

Menu ViewShow White Space and TAB

Answer from Steve Willcock on Stack Overflow
🌐
Blogger
metadataconsulting.blogspot.com › 2023 › 09 › Notepad2b2b-Control-Characters-with-Complete-List-of-Hidden-Characters.html
Metadata Consulting [dot] ca - Award Winning Software Blog: Notepad++ Control Characters with Complete List of Hidden Characters
September 12, 2023 - 1. Firstly to view control characters in Notepad++, choose View→Show Symbol→Show Whitespace and TAB, as used in image below. Or View→Show Symbol→Show All Characters (but you'll see extra CR and/or LF which represents end of line, at ...
People also ask

How do I make hidden characters visible in Notepad++ without searching?
Go to View > Show Symbol > Show All Characters. This renders tabs as arrows, spaces as dots, and line endings as pilcrow symbols. It works as a rendering overlay only and does not modify the file.
🌐
tms-outsource.com
tms-outsource.com › home › how to find special characters in notepad++
How to Find Special Characters in Notepad++
How do I find invisible characters across multiple files in Notepad++?
Use Find in Files (Ctrl+Shift+F). Set the directory, apply a file filter like *.txt, select Regular Expression mode, and enter your pattern. Results appear in the Search Results panel with file names and line numbers.
🌐
tms-outsource.com
tms-outsource.com › home › how to find special characters in notepad++
How to Find Special Characters in Notepad++
What is the fastest way to find special characters in Notepad++?
Press Ctrl+F, switch to Regular Expression mode, and enter [^\x20-\x7E] in the Find What field. Click Find All in Current Document. This pattern matches every character outside the printable ASCII range in a single operation.
🌐
tms-outsource.com
tms-outsource.com › home › how to find special characters in notepad++
How to Find Special Characters in Notepad++
🌐
Techtown
atechtown.com › home › text editors › show/hide hidden, control, special characters in notepad++ (show symbol)
Show/hide Hidden, Control, Special Characters in Notepad++ (Show Symbol) - Techtown
April 30, 2023 - Plain text has different Characters, Numbers, and Special characters like CR, LF, Space, TAB, and others special characters. CR, LF, Space, and TABS are invisible by default. What if you want to see all hidden/special characters in Notepad++? Notepad++ provides a function Show Symbol to hide and show white space, TABS, All characters, Intend Guide, Wrap Symbol, etc.
🌐
YouTube
youtube.com › watch
NOTEPAD++ TUTORIAL: Show Symbols Or Special Characters: Quick Tip - YouTube
This Notepad++ video tip will show you how to Show all characters or symbols in Notepad++. It can show you non-alphanumeric or hidden characters such as spac...
Published   January 23, 2021
🌐
Notepad++ Community
community.notepad-plus-plus.org › topic › 25128 › how-to-show-the-special-characters
How to show the special characters? | Notepad++ Community
November 14, 2023 - My guess is that View > Show Symbol > Show All Characters will show what you want (assuming that there are some control characters or zero-width spaces or some such).
🌐
W3Schools
w3schools.io › editor › notepad++-view-hidden-chars
How do view special hidden characters in notepad++ Text file? - w3schools
December 31, 2023 - Also, there are other options to the Show Symbol menu item. ... Go to View Menu > Select Show Symbol > Uncheck Show End of line. It removes and hides all characters such as CRLF in the opened file.
🌐
TMS Outsource
tms-outsource.com › home › how to find special characters in notepad++
How to Find Special Characters in Notepad++
May 15, 2026 - A pattern like [^x20-x7E] will flag every non-ASCII character in every matched file under the directory. Results appear in the Search Results panel at the bottom. Each result shows the filename, line number, and the matching line content. Clicking any result jumps directly to that exact line in the file. One practical note: if you run Find in Files without a file filter on a directory that contains binary files (images, compiled executables, PDFs), Notepad++ will scan those too and produce false or meaningless results.
Find elsewhere
🌐
YouTube
youtube.com › watch
How to View Hidden Characters in Notepad++ - YouTube
Learn how to uncover hidden characters in your text using Notepad++. Whether you're troubleshooting formatting issues, debugging code, or just curious, this ...
Published   September 2, 2023
🌐
YouTube
youtube.com › watch
How to view hidden characters in Notepad++ _ آموزش نوت پد پلاس پلاس _ کاراکترهای مخفی در نوت پد ++ - YouTube
How to view hidden characters in Notepad++آموزش نوت پد پلاس پلاس _ کاراکترهای مخفی در نوت پد ++By default, Notepad++ saves the characters such as tabs, line ...
Published   April 11, 2023
🌐
Notepad++ Community
community.notepad-plus-plus.org › topic › 11232 › how-to-display-invisible-characters
How to display invisible characters | Notepad++ Community
February 3, 2016 - What do you mean by invisbile characters? (Tab, EOL, Space) View->Show Symbol->Show all characters ?
🌐
YouTube
youtube.com › techtown
Show/hide Hidden, Control, Special Characters in Notepad++ - YouTube
Plain text has different Characters, Numbers, and Special characters like CR, LF, Space, TAB, and others special characters. CR, LF, Space, and TABS are inv...
Published   January 16, 2023
Views   670
🌐
YouTube
youtube.com › watch
Notepad++ Show Hidden Symbols | 4K | No Pluggins
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
🌐
Notepad++ Community
community.notepad-plus-plus.org › topic › 24209 › new-n-feature-to-show-hide-non-printing-characters
New N++ feature to show/hide Non-Printing characters | Notepad++ Community
February 25, 2025 - View > Show Symbol > Show BMP Format chars / Non Regular Spaces. Do you like it ? Regarding the last table, the equivalent regex to mark these 49 special characters becomes :
🌐
Quora
quora.com › Why-are-characters-in-Windows-Notepad-sometimes-hidden
Why are characters in Windows Notepad sometimes hidden? - Quora
Answer (1 of 2): Most text editors hide newline / line feed (LF) and carriage return (CR) characters, by default. These are visible enough by their effect, text going to a new line. Now, most text editors (and word processors) are also able to display these characters, generally as two distinct...
🌐
Ntia
elcidonline.ntia.gov › help › Documents › How to Find Special Characters in Data.pdf pdf
How To Find Special Characters In Data
1. Open the file in Notepad++ 2. Click the ‘Search’ menu. 3. Click ‘Find Characters in Range” (the last item in the list) 4. Make sure “Non-ASCII Characters (128-255)” is selected (I think it is the default). 5. Click ‘Find’. 6. It will highlight the row where the special character is.
🌐
Notepad++ Community
community.notepad-plus-plus.org › topic › 18941 › invisible-characters
Invisible characters | Notepad++ Community
February 19, 2020 - Oh, I also meant to say (but got distracted – ooh, squirrel!) that Edit > Character Panel will give the 255 character codes for 8-bit encodings; if you change from one encoding to another, the Character Panel will correctly update to match. It lists both decimal and hexadecimal character codes, along with the character at that point.