URL Slug Generator
Create a readable path segment for a blog post, product, or page title. Choose ASCII output or keep Unicode letters and numbers.
A QUICK WALKTHROUGH
How to use this tool
- Paste a title or short phrase.
- Choose ASCII or Unicode output.
- Generate the slug, review it, and copy it to your publishing system.
Two explicit character rules
ASCII mode keeps a–z and 0–9 after Unicode NFKD normalization and removal of combining marks. It does not transliterate every language: letters such as Chinese characters and ß are removed. Unicode mode uses NFC normalization and keeps letters, numbers, and combining marks.
A path segment, not a short link
Punctuation and spaces become hyphens; straight and curly apostrophes are removed. This tool does not register a URL, check uniqueness, or create a redirect. Your CMS may apply different slug rules. Text is processed on your device.
GOOD TO KNOW
Common questions
Can I keep non-Latin text?
Choose Unicode mode to retain letters and numbers from other writing systems. Browsers may display an encoded version of the URL.
Does it create a working short URL?
No. It creates a path segment only. Your website must assign and serve the final URL.
What happens if no letters or numbers remain?
The tool asks for different input or Unicode mode instead of returning an empty result.