Email Signature Generator - Online Professional HTML Footer
Design a clean, professional email signature with your photo, links, and disclaimers. Copy the HTML to use in Gmail/Outlook.
UD5 Toolkit
Build perfectly formatted messages with Markdown V2 or HTML for your Telegram bots
**bold**, _italic_, and [text](url), while HTML uses familiar tags like <b>bold</b>, <i>italic</i>, and <a href="url">text</a>. Markdown V2 is often preferred for its readability in raw form, while HTML is more explicit. Choose based on your bot's code style and which format you find easier to work with.
\: _ * [ ] ( ) ~ ` > # + - = | { } . !. For example, to display hello_world literally, write hello\_world. In HTML mode, you need to escape < as <, > as >, and & as & when they appear as regular text (not inside tags). Use the Escape button in the toolbar to automatically escape selected text.
parse_mode to "MarkdownV2" or "HTML" in your API calls accordingly.
||hidden spoiler||. In HTML, use the <tg-spoiler>hidden spoiler</tg-spoiler> tag. Spoilers are perfect for hiding plot twists, surprise answers, or content that users should opt into viewing. In the preview area, spoiler text appears with a dark overlay — hover or click to reveal it.
***bold italic*** or **_bold underline_**. In HTML, simply nest tags: <b><i>bold italic</i></b>. However, <pre> (code blocks) cannot contain other HTML tags — they will be displayed literally. Also, links (<a>) can contain other inline formatting like bold or italic in HTML mode.
parse_mode to "MarkdownV2" or "HTML" in your API request. (2) Unescaped special characters — in Markdown V2, characters like _, *, (, ) need backslash escaping if they appear as literal text. (3) Malformed tags — check that all opening tags have matching closing tags. (4) Character limit exceeded — messages over 4096 characters will fail. Use this tool's preview to catch formatting errors before sending!
Design a clean, professional email signature with your photo, links, and disclaimers. Copy the HTML to use in Gmail/Outlook.
Type your name and create a stylized ASCII text banner for email signatures or forum posts. Choose a font style.
Create a polished HTML email signature with your photo, links, and company details. Live preview and copy HTML to clipboard. Works with Gmail, Outlook, Apple Mail.
Paste a robots.txt file and validate its syntax. See if a specific user‑agent can access a path. Essential for webmasters.
Browse Unicode by block: Latin, Cyrillic, CJK, Emoticons. See characters and copy with a click. Full reference.
Paste a potential XSS vector and see if it executes in a sandboxed iframe. For security researchers and education.
Parse a URL's query string into a key-value table, or build a query string from parameters. Perfect for API testing and web development.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.
Create custom traceable handwriting worksheets with name or sentence. Print in dotted font. Great for teachers and parents.
Compare two text blocks and highlight differences line by line. Ideal for code review and document revisions. All diffs computed locally for privacy.
Paste an HTML snippet and see how a screen reader might interpret it. Highlights missing alt texts and ARIA misuses. Educational.
Test required, pattern, minlength etc. See validity states and custom error messages. Learn browser‑native validation.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Design borders with linear or conic gradients. Supports border‑image and background‑clip methods. Copy optimized CSS.
Paste a JSON Web Token and decode its header and payload. Verify signature if you provide the secret. Fully local.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .sr‑only). Preview the accessible layer.
Paste response headers string and get a security audit. Check presence and configuration of key security headers. Local analysis.
Paste two JSON objects and find the structural differences with side‑by‑side highlighted output. Indispensable for API debugging.
Test if a script or style will be allowed by a given CSP. Compute hash/nonce. Strengthen your site’s defense against XSS. Local.
Graph a cubic‑bezier or steps easing function and see a bouncing ball animation using it. Copy the CSS timing‑function.
Enter HTML with aria-labels and see what a screen reader would announce. Simulates common patterns. Local educational tool.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.
Enter a URL and see the full redirect chain with status codes and response times. Also validates against your chosen rule.
Simulate a traceroute by entering a destination IP. Learn about AS paths and latency. Does not send real packets; educational visualisation.
Draw pixel art with a grid, color palette, and eraser. Export as PNG. Perfect for game developers and hobbyists.
Draw walls on a grid and watch A*, Dijkstra, or BFS find the shortest path. Interactive animation. Learn graph traversal.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Write a message and set a future date. It will be hidden until that day. All stored locally with countdown.
Experiment with JavaScript Intl.DateTimeFormat options. Choose locale, dateStyle, timeStyle, hour12 and see live output. Copy the code snippet for your project.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.