Unicode Slug Generator
Turn a title into a clean lowercase identifier with normalized spacing and a selectable separator.
What is this tool?
A slug is a readable, delimiter-separated label often used in URLs, filenames and content identifiers. Punctuation and repeated spaces become one separator.
How to use it
- Choose hyphens or underscores.
- Type or paste a title.
- Review the live lowercase slug.
- Copy the result.
Example
Inkonter Developer Tools becomes inkonter-developer-tools.
FAQ
Are accents preserved?
Common combining accents are removed, so café becomes cafe.
What happens to non-Latin text?
Unicode letters and numbers are retained where browser property escapes support them.
Are slugs automatically unique?
No. Uniqueness must be enforced by the system that stores them.