—
Dashes & Hyphens
13 문자
Every dash and hyphen character Unicode distinguishes, from the plain ASCII hyphen-minus (U+002D) to the two-em dash (U+2E3A) and three-em dash (U+2E3B). Covers the full General Punctuation dash sequence: hyphen (U+2010), non-breaking hyphen (U+2011), figure dash (U+2012), en dash (U+2013), em dash (U+2014), and horizontal bar (U+2015). Includes fullwidth and small-form variants for CJK contexts. An essential reference for typographers and copy-editors.
문자
copied = '', 1500)
"
:class="copied === 'U+002D' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
-
copied = '', 1500)
"
:class="copied === 'U+2010' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
‐
copied = '', 1500)
"
:class="copied === 'U+2011' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
‑
copied = '', 1500)
"
:class="copied === 'U+2012' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
‒
copied = '', 1500)
"
:class="copied === 'U+2013' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
–
copied = '', 1500)
"
:class="copied === 'U+2014' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
—
copied = '', 1500)
"
:class="copied === 'U+2015' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
―
copied = '', 1500)
"
:class="copied === 'U+2212' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
−
copied = '', 1500)
"
:class="copied === 'U+2E3A' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
⸺
copied = '', 1500)
"
:class="copied === 'U+2E3B' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
⸻
copied = '', 1500)
"
:class="copied === 'U+FE58' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
﹘
copied = '', 1500)
"
:class="copied === 'U+FE63' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
﹣
copied = '', 1500)
"
:class="copied === 'U+FF0D' ? 'bg-green-100 dark:bg-green-900 border-green-400' : ''">
-
복사됨! 문자 이름을 클릭하면 전체 정보를 볼 수 있습니다.
문자 표
| 문자 | 이름 | 코드 | 블록 |
|---|---|---|---|
| - | HYPHEN-MINUS | U+002D | Basic Latin |
| ‐ | HYPHEN | U+2010 | General Punctuation |
| ‑ | NON-BREAKING HYPHEN | U+2011 | General Punctuation |
| ‒ | FIGURE DASH | U+2012 | General Punctuation |
| – | EN DASH | U+2013 | General Punctuation |
| — | EM DASH | U+2014 | General Punctuation |
| ― | HORIZONTAL BAR | U+2015 | General Punctuation |
| − | MINUS SIGN | U+2212 | Mathematical Operators |
| ⸺ | TWO-EM DASH | U+2E3A | Supplemental Punctuation |
| ⸻ | THREE-EM DASH | U+2E3B | Supplemental Punctuation |
| ﹘ | SMALL EM DASH | U+FE58 | Small Form Variants |
| ﹣ | SMALL HYPHEN-MINUS | U+FE63 | Small Form Variants |
| - | FULLWIDTH HYPHEN-MINUS | U+FF0D | Halfwidth and Fullwidth Forms |