#!/bin/bash
# you know colours
cyan="\e[38;2;0;255;255m"
blue="\e[48;2;0;0;255m"
clear="\e[0m"
# etcetera, but borders?
line="\e(0"
end="\e(B"
# now play your cards.
echo -e "${blue}${cyan}${line}lqwqk"
echo -e "tqnqu"
echo -e "mqvqj${end}Words here.${clear}"