Unescape apostrophe (') in JavaScript?

I'm trying to unescape a HTML-escaped apostrophe ("'") in JavaScript, but the following doesn't seem to work on a devtools console line: unescape('''); The output is simply: "&...