Text Processing
Convert text to bold, italic, or bold-italic using the Mathematical Alphanumeric Symbols Unicode block. Plain Unicode text — no font needed.
bold-italic-textText Processing
Wrap text in enclosed/bubble Unicode glyphs — ⓐⓑⓒ — in four variants: outline, filled (❶), parens (⒜), negative (🅐).
bubble-textText Processing
Apply the "zalgo" corruption effect — stack random combining marks onto each character for a haunted/glitchy look. Adjustable intensity + optional seed.
zalgo-textText Processing
Translate full Markdown articles with AI while preserving headings, tables, links, images, and code blocks for direct publication
ai-markdown-article-translatorText Processing
Extract hashtags (#Topic) and user mentions (@Username) from social media text like Twitter, Instagram, etc.
hashtag-mention-extractorText Processing
Extract all email addresses from input text, articles, web source code, or mixed content. Supports deduplication and export to JSON.
bulk-email-extractorText Processing
Extract all HTTP/HTTPS links from text with deduplication and export options
bulk-url-extractorText Processing
Convert text to ASCII art using various fonts and styles
ascii-art-generatorText Processing
Convert between letters and numbers (A=1, B=2, … Z=26) with configurable separator and case, decode numbers back to letters, and compute the letter sum of any text.
a1z26-letter-number-workbenchText Processing
Turn a phrase into an acronym or initialism. Choose contributing words, which letter(s) to take, the separator, and the case.
acronym-generatorText Processing
Convert between CamelCase, snake_case, kebab-case, PascalCase, and other naming conventions
advanced-case-converterText Processing
Detect and remove duplicate lines with advanced options for mode, case sensitivity, and trimming
advanced-duplicate-line-remover