Skip to content

Instantly share code, notes, and snippets.

@bds
Last active March 10, 2017 23:55
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 bds/b337348b57a31ffe00e6d57869b0c871 to your computer and use it in GitHub Desktop.
Save bds/b337348b57a31ffe00e6d57869b0c871 to your computer and use it in GitHub Desktop.
Ruby codepoints
puts ("2070".."2090").map {|i| [i.hex].pack("U"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment