Top > ZWS
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to ZWS.

TITLE:ZWS (Zero Width Space)
- [[Unicode]] > [[ZWS]]

- https://unicode-table.com/en/200B/

- Bookmarklet
- Bookmarklet (クリップボードに ZWS を入れる)
>
javascript:((d) => { const t = d.createElement('textArea'); t.value= "\u{200B}"; d.body.appendChild(t); t.select() ; d.execCommand('copy'); d.body.removeChild(t); })(document);

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes