Is it possible to use CSS/CSS3 to mirror text?
Specifically, I have this scissors char “✂” (✂) that I\'d like to display pointing left a
✂
You could try box-reflect
box-reflect: 20px right;
see CSS property box-reflect compatibility? for more details