π» ASCII
Certain tiling window status bars…
\x27
Equivalent to ’ (HEX or hexidecimal is 27)
\x22
Equivalent to " (HEX or hexidecimal is 22)
Example
echo -en "This is nearly a sure way to print quotes: \x22Blah\x22"
Result: This is nearly a sure way to print quotes: “Blah”