u200bspaces
I had some troubles to find the reason for some somehow visible spaces in one of my imported spreadsheets, that I couldn't delete, mark, replace and so on. Here is the solution to remove this kind of "hidden" spaces.
sed 's/\xe2\x80\x8b//g' a.csv > b.csv