Генератор текста Zalgo
Преобразуйте обычный текст в искаженный текст Zalgo, накладывая объединяющие символы Unicode — контролируйте уровень хаоса и то, кровоточит ли текст выше, посередине или ниже строки.
Ввод
Параметры
Вывод
Другие способы использовать этот инструмент
REST API
curl -X POST https://api.iotools.cloud/v1/tool/zalgo-text-generator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"text": "Hello World!",
"chaos": "4",
"top": "true",
"middle": "true",
"bottom": "true",
"skipSpaces": ""
}'Подставьте свой собственный ключ из аккаунта. Поля инструмента — это тело запроса, без обёртки.
Спросите у ИИ-агента
Use the IOTools `zalgo-text-generator` tool (Zalgo Text Generator) on this input:
YOUR_INPUT_HEREВставьте это любому агенту, подключённому к MCP-серверу IOTools, и добавьте свой ввод.
Виджет для встраивания
<iframe
src="https://iotools.cloud/embed/zalgo-text-generator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="Генератор текста Zalgo — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Вставьте это на свою страницу — бесплатно, без ключа, нужна лишь обратная ссылка.
| Стоимость вызова API/MCP | От 5 кредитов |
|---|---|
| Нужно больше кредитов? | Посмотреть тарифы |
Также доступно через
Руководства
What is Zalgo text?
Zalgo text is the corrupted, dripping, seizing-out-of-its-line text you've seen in horror memes and cursed screenshots. It isn't an image and it isn't a font. It's ordinary characters with dozens of Unicode combining diacritical marks stacked on top of them.
A combining mark is a character with no width of its own — it renders attached to whatever precedes it. Pile up forty of them and the glyph smears far above and below its line, bleeding into neighbouring rows of text. The name comes from a 2004 internet horror meme.
How to use it
Type or paste your text, turn the chaos level up for more marks per character, and toggle whether the corruption grows above, through or below the line, then press Corrupt.
- Damage top stacks marks like accents and rings above the character.
- Damage middle overlays strikethroughs, slashes and tildes across it.
- Damage bottom hangs marks beneath the baseline.
Skip spaces leaves the gaps between words clean, which keeps the text a little more legible.
Every press of Corrupt produces a different result, even with nothing changed — the marks are chosen randomly, so press it again anytime for a fresh look at the same text.
Where it works, and where it breaks
Zalgo text is real Unicode, so it copies and pastes anywhere: Discord, chat apps, documents, most social networks. A few things to know:
Some platforms strip or clamp combining marks — Twitter/X limits how many will render, and many mobile keyboards silently drop them. Zalgo text is also genuinely hostile to screen readers, which will attempt to announce every mark, so don't use it where someone might rely on assistive technology to read your message. And because each mark is its own character, a short Zalgo string can consume a surprising number of characters against a length limit.
Does it damage anything?
No. The underlying letters are untouched — strip the combining marks and your original text comes back exactly. Nothing here modifies your device or the site you paste into.
Privacy
Everything runs in your browser. Nothing is uploaded or stored.