Punctuation Symbols Set
Fast, accurate and free online zestaw symboli interpunkcyjnych tool running directly in your browser.
-
1Enter data
Enter content, paste text or load a file from disk. -
2Click the button
The tool will immediately process your data in the browser. -
3Get the result
Copy the finished text or save the file to your device.
return "Result ready in 0.1s";
}
Rate this tool:
Related tools
Other tools you may find usefulUnicode punctuation symbols - complete collection for copying
Correct typography requires the use of appropriate punctuation marks: a dash (—) instead of a hyphen (-), typographic quotation marks ("") instead of straight ("), an ellipsis (...) instead of three dots. The tool collects all useful characters with the option of quick copying.
Dashes and hyphens
Hyphen (-): U+002D. Hyphenation of words: "self-made". Hyphenation. En dash (–): U+2013. Ranges: "2010–2020", "pages 5–12". Pause (—): U+2014. Digression in a sentence - like this one - without spaces (English) or - with spaces (Polish). Minus (−): U+2212 (mathematical). Soft hyphen(): U+00AD (invisible, for line breaks). Use the correct character - hyphen != dash.
Typographic quotation marks
Polish typography: "quote" (U+201E opening, U+201D closing). English: "quote" (U+201C, U+201D). French: «guillemets» (U+00AB, U+00BB). Single: 'quote' (U+201A, U+2019), 'single' (U+2018, U+2019). Simple (keyboard): " and ' – avoid in typography. HTML: “ ” ‘ .
Wildcards and special symbols
Ellipsis (…): U+2026 (one character, not three dots). Paragraph sign (§): U+00A7. Copyright (©): U+00A9. Registered (®): U+00AE. Trademark (™): U+2122. Degree sign (°): U+00B0. Percentage sign (‰): U+2030. Currency signs: $ £ € ¥ ₽ ₿ ₩ ₹ ₺. Bullet (•): U+2022. Dagger (†): U+2020. Double dagger (‡): U+2021.
Mathematical and logical signs
Plusminus (±): U+00B1. Multiplication (×): U+00D7. Division (÷): U+00F7. Inequality: ≠ ≤ ≥. Infinity (∞): U+221E. Element (√): U+221A. Permille (‰): U+2030. Arrows: → ← ↑ ↓ ⇒ ⇐. Fractions: ½ ⅓ ¼ ¾ ⅝. Superscript: ¹ ² ³. Subscript: ₁ ₂ ₃.
Frequently asked questions
How to enter punctuation on the keyboard?
Windows: Alt + numeric code (Numlock must be enabled): Alt+0151 = em dash (—). Windows 10/11: Win + . (emoji picker with symbols). Mac: Option+Shift+- = em dash, Option+- = en dash. Linux: Compose key + -- = dash. HTML: — = —, – = –, … = ….
Why use typographic quotation marks?
Readability: "text" vs. "text" - the first one is typographically correct. SEO: Google understands both, but correct typography = better quality content. Brand: Professional publications use typographic. Problems: programming code uses straight quotes - no mix. Smart quotes in CMS (WordPress, Notion): auto-replacement.
How to turn off smart quotes in Word?
File → Options → Proofing → AutoCorrect Options → AutoFormat As You Type → uncheck "Straight quotes with smart quotes". Alternatively: after typing the quotation marks, click "Undo" or Ctrl+Z → retype = will remain simple. Useful when writing code in Word (avoid this if possible).
What is the correct dash in Polish?
Polish typography (according to PWN rules): pause (—) or en dash (–) with spaces on both sides. Example: "I'll go," he said, "tomorrow." English: em dash without spaces (—) or en dash with spaces (–). In web: em-dash (-\-\-) in Markdown = —. HTML: - or - In editors: check auto-formatting settings.
How to use ellipsis (…) correctly?
An ellipsis is one character (..., U+2026), not three dots (...). Usage: omission in a quote, suspension of voice, unfinished thought. In the sentence: "I don't know... maybe tomorrow." At the end of a sentence with an ellipsis: do not add an extra period. Code break: use ... (three separate characters) for compatibility (JSON, SQL LIKE).