Skip to content

Instantly share code, notes, and snippets.

@nidate
Last active August 29, 2015 13:57
Show Gist options
  • Save nidate/9738595 to your computer and use it in GitHub Desktop.
Save nidate/9738595 to your computer and use it in GitHub Desktop.
全角ハイフン、マイナス、ダッシュ Unicodeの闇
0x30fc ー KATAKANA-HIRAGANA PROLONGED SOUND MARK 長母音
0x2212 − MINUS SIGN 全角マイナス
0xff0d - FULLWIDTH HYPHEN-MINUS Windowsの全角マイナス
0x2010 ‐ HYPHEN
0x2011 ‑ NON-BREAKING HYPHEN
0x0212 ‒ FIGURE DASH
0x2013 – EN DASH
0x2014 — EM DASH
0x2015 ― HORIZONTAL BAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment