OSC 9 (send system notification):
printf '\x1B]9;%s\x07' 'notification message'
OSC 52 (copy stuff to system clipboard):
printf '\x1B]52;c;%s\x07' "$(base64 <<< "copied string")"