Guest User

Untitled

a guest
Dec 10th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // Because I always forget...
  2. //
  3. // In general:
  4. //
  5. // 1) Search for "<symbol you want> html unicode" or similar.
  6. // 2) Replace u+ with a \
  7. // 3) Profit.
  8. //
  9. // Example (a &middot; before a link):
  10.  
  11. a:before
  12. content : "\00B7"
Add Comment
Please, Sign In to add comment