_Quotes_ is the answer.
echo "$sox"
should do the trick. If you don't want a newline at the end, you can use
printf "$sox"
Taking a look at the Linux Documentation Project's page on quoting variables might help you understand better what weak quotes, i.e. **"** , entail.