Skip to content

Zero-width non-breaking space

有时候从网页上复制、粘贴的命令或代码无法正常执行,不妨考虑一下字符中间的零宽空格

Demo text

text ​with ​zero ​width ​space

Copy and pase into Vim and Sublime, you will see

text <0x200b>with <0x200b>zero <0x200b>width <0x200b>space
## or
text <200b>with <200b>zero <200b>width <200b>space

Reference

  • https://en.wikipedia.org/wiki/Zero-width_space
  • https://unicode-table.com/en/200B

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App