I can't put @char[160] (non-breaking space) in the clipboard. It goes in (and comes out) as 'á'.
Code:
d:\data\tcclibrary> echo **%@char[160]**
** **
d:\data\tcclibrary> echo **%@char[160]** > clip:
d:\data\tcclibrary> type clip:
**á**
d:\data\tcclibrary>