ASCII scissors
Just wanted to put an ASCII scissor in a page and thought how to do this. Here are some suggestions. :)
Using unicode:
| ✂ | ? |
| ✁ | ? |
| ✃ | ? |
or the old classical way with ‘%’ and ‘<‘ which results in
%<
Also nice in combination with a line:
%<—————-
Also works with ‘8‘:
8<


















