Skip to content

Instantly share code, notes, and snippets.

@k2tzumi
Last active July 21, 2016 02:20
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 k2tzumi/abda3dd19465ab886ebbaae4d471d316 to your computer and use it in GitHub Desktop.
Save k2tzumi/abda3dd19465ab886ebbaae4d471d316 to your computer and use it in GitHub Desktop.
Unicodeの文字コードの確認方法
"ァ-ヶー・".each_codepoint { |cp| $stdout << "U+" << cp.to_s(16) << " " }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment