Web & Color

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

  1. Choose hyphens or underscores.
  2. Type or paste a title.
  3. Review the live lowercase slug.
  4. 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.

Related Tools