- 追加された行はこの色です。
- 削除された行はこの色です。
- ZWS へ行く。
TITLE:ZWS (Zero Width Space)
- [[Unicode]] > [[ZWS]]
- https://unicode-table.com/en/200B/
- 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);