대시
문장의 일부를 구분하거나 범위를 나타내는 데 사용되는 구두점. 유니코드는 하이픈(‐), 엔 대시(–), 엠 대시(—), 도표 대시(‒) 등 다양한 대시를 정의합니다.
What is a Dash?
In typography, dash refers to a family of horizontal line characters that perform distinct semantic roles. The word "dash" is often used loosely, but each member of the dash family has a specific purpose: the hyphen joins words, the en dash marks ranges, the em dash marks interruptions or parenthetical asides, and the minus sign is a mathematical operator. Confusing them is one of the most common typographic errors in digital publishing.
The Dash Family
| Character | Unicode | Name | Width | Primary Use |
|---|---|---|---|---|
| - | U+002D | Hyphen-minus | Narrow | Keyboard input, compound words, programming |
| ‐ | U+2010 | Hyphen | Same as - | True hyphen for breaking words |
| ‑ | U+2011 | Non-breaking Hyphen | Same | Hyphen that prevents line breaks |
| – | U+2013 | En Dash | 1 en (~½ em) | Ranges, scores, compound proper nouns |
| — | U+2014 | Em Dash | 1 em | Parenthetical aside, interruption |
| ― | U+2015 | Horizontal Bar | ~1 em | Dialogue attribution (in some typographic traditions) |
| − | U+2212 | Minus Sign | Math-width | Mathematical subtraction |
The Hyphen-Minus Problem
The hyphen-minus (U+002D, the - on your keyboard) is a compromise character that computers inherited from typewriter culture. It serves as hyphen, minus sign, and even dash in informal writing — but typographically it should only be used as a hyphen for word breaks or in code/programming contexts.
Smart text editors and word processors auto-convert -- to an en dash and --- to an em dash. HTML entities provide the correct characters:
– <!-- en dash – -->
— <!-- em dash — -->
− <!-- minus sign − -->
En Dash Usage (–)
The en dash (U+2013) is used for: - Ranges: pages 10–25, the 2020–2024 period, Monday–Friday - Scores: the final score was 3–2 - Compound modifiers with proper nouns: the New York–London flight
Keyboard entry:
- macOS: Option + Hyphen
- Windows: Alt + 0150 (numpad)
- HTML: – or –
Em Dash Usage (—)
The em dash (U+2014) is the most versatile dash, used for: - Parenthetical aside: She finally arrived—three hours late—with no explanation. - Interruption: "I can't believe you would—" she stopped herself. - Emphasis: Only one thing mattered now—survival.
Em dashes may appear with or without spaces depending on house style (American style: no spaces; British style: spaced).
Keyboard entry:
- macOS: Shift + Option + Hyphen
- Windows: Alt + 0151 (numpad)
- HTML: — or —
Quick Facts
| Property | Value |
|---|---|
| Keyboard hyphen-minus | U+002D — the - key |
| En dash | U+2013, width of letter "n", for ranges |
| Em dash | U+2014, width of letter "m", for parentheticals |
| Minus sign | U+2212, mathematical subtraction |
| macOS en dash shortcut | Option + - |
| macOS em dash shortcut | Shift + Option + - |
| HTML en dash entity | – |
| HTML em dash entity | — |
관련 용어
타이포그래피의 더 많은 용어
CSS @font-face descriptor specifying which Unicode code points a font should cover. …
Em: 폰트 크기와 같은 너비. En: Em의 절반. 엠 대시 너비, 엠 …
The mechanism by which a rendering engine substitutes glyphs from a secondary …
Modern font format developed by Microsoft and Adobe supporting up to 65,535 …
문자가 오른쪽에서 왼쪽으로 흐르는 텍스트 방향. 아랍어, 히브리어, 타아나 문자 등에서 사용되며, …
Fonts downloaded by the browser to render text, declared via CSS @font-face. …
앞의 기본 문자에 붙어 수정하는 문자. 일반 범주: Mn(비공백), Mc(공백 결합), Me(둘러싸기). …
가로 또는 세로 공간을 표현하지만 눈에 보이는 글리프가 없는 문자. 유니코드는 서로 …
폰트가 렌더링하는 문자의 시각적 표현. 하나의 문자가 여러 글리프를 가질 수 있고(합자, …
전진 너비가 0인 문자 — 렌더링에서 보이지 않지만 텍스트 동작에 영향을 줍니다. …