unescapehtmltext A utility function to unescape a string containing legally-html-escaped entities to the plain text Installation npm i unescapehtmltext Usage const uht = require('unescapehtmltext'); console.log(uht('Ο © 𘚟 & <Hello, World!>'));