████████╗███████╗██████╗░███╗░░░███╗██╗███╗░░██╗░█████╗░██╗░░░░░░██████╗████████╗██╗░░░██╗██╗░░░░░███████╗
╚══██╔══╝██╔════╝██╔══██╗████╗░████║██║████╗░██║██╔══██╗██║░░░░░██╔════╝╚══██╔══╝╚██╗░██╔╝██║░░░░░██╔════╝
░░░██║░░░█████╗░░██████╔╝██╔████╔██║██║██╔██╗██║███████║██║░░░░░╚█████╗░░░░██║░░░░╚████╔╝░██║░░░░░█████╗░░
░░░██║░░░██╔══╝░░██╔══██╗██║╚██╔╝██║██║██║╚████║██╔══██║██║░░░░░░╚═══██╗░░░██║░░░░░╚██╔╝░░██║░░░░░██╔══╝░░
░░░██║░░░███████╗██║░░██║██║░╚═╝░██║██║██║░╚███║██║░░██║███████╗██████╔╝░░░██║░░░░░░██║░░░███████╗███████╗
░░░╚═╝░░░╚══════╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚═╝╚═╝░░╚══╝╚═╝░░╚═╝╚══════╝╚═════╝░░░░╚═╝░░░░░░╚═╝░░░╚══════╝╚══════╝

Shell script use the ANSI escape code (ANSI escape codes) to print the text in different color.

Setting(1):

1. Italic:

2. text-decoration: none underline line-through

3. Font Color:

4. Background Color:

Setting(2):

Choose a color:























Preview:

MARKBUILD

Shell Code:

PHP Code:

Standard output or standard error:

ASCII Art Generator

Example:
purple="\033[0;35m"
red="\033[1;31m"
green="\033[1;32m"

sleep 0.01 && echo -e "$purple "
sleep 0.3 && echo -e "     ▀█▀ █▀▀ █▀█ █▀▄▀█ █ █▄░█ ▄▀█ █░░ █▀ ▀█▀ █▄█ █░░ █▀▀  "
sleep 0.3 && echo -e "     ░█░ ██▄ █▀▄ █░▀░█ █ █░▀█ █▀█ █▄▄ ▄█ ░█░ ░█░ █▄▄ ██▄  "
echo -e ""
sleep 0.3 && echo -e $green"               By markbuild("$red"since 2018"$green")"
echo -e ""

SINCE 2018 © markbuild