Skip to content

Instantly share code, notes, and snippets.

@bradland
Created December 10, 2014 21:16
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 bradland/d7a710afba46a7b98a5c to your computer and use it in GitHub Desktop.
Save bradland/d7a710afba46a7b98a5c to your computer and use it in GitHub Desktop.
All unicode box drawing characters
('2500'.to_i(16)..'257F'.to_i(16)).map { |i| [i.to_s(16), [i].pack('U')] }.each { |c| puts "%s: %s" % [c[0], c[1]] };0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment