Skip to content

Instantly share code, notes, and snippets.

@mokagio
Created September 3, 2013 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokagio/6424743 to your computer and use it in GitHub Desktop.
Save mokagio/6424743 to your computer and use it in GitHub Desktop.
Useful unicode characters for Ruby scripts
cross = "\u2718" # => ✘
love = "\u2665" # => ♥
tick = "\u2714" # => ✔
warning = "\u26A0" # => ⚠
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment