Slash Text Generator
Each character gets a combining solidus (̸) so the text looks slashed without HTML.
Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Text stays in this browser.
A combining slash on each letter
Each character is followed by U+0338 COMBINING LONG SOLIDUS OVERLAY so the letter looks struck with a slash without using HTML. This is different from strikethrough (another combining mark) and from squared/circled enclosed letters.
Redacted-looking labels and jokes
Short slashed words can mean “not this option” in a graphic. Long slashed paragraphs are unreadable and can clip line height in chat apps. Cursed/zalgo generators stack more marks and are even harsher on layout.
Normalization and search
Some systems NFC-normalize and may drop the overlay. Search for “hello” will not match slashed hello. Unicode to Text / formatting removers can strip combining marks. Local only.
Frequently asked questions
Is this strikethrough?
Strikethrough usually uses U+0336. This page uses a slash overlay. They look different.
Why is line spacing huge?
Combining marks extend outside the em box. Some messengers add padding; keep the string short.
Can I slash only some letters?
Convert a substring separately, then splice it into the original sentence.