This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JS JSON

Revised stringify()

let text = JSON.stringify("\u26D4");
document.getElementById("demo").innerHTML = JSON.parse(text);