Created
May 20, 2012 16:07
-
-
Save stereobooster/2758622 to your computer and use it in GitHub Desktop.
ruby codepoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts ["2B71F".hex].pack("U") | |
# In Ruby 1.9 you can even do this: | |
puts "\u{2B71F}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment