Last active
August 29, 2015 13:57
-
-
Save nidate/9738595 to your computer and use it in GitHub Desktop.
全角ハイフン、マイナス、ダッシュ Unicodeの闇
This file contains hidden or 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
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