Answers for "Zalgo text combining character list"

0

Zalgo text combining character list

for(var i=768; i<879; i++){console.log(new DOMParser().parseFromString("&#"+i+";", "text/html").documentElement.textContent +"  "+"&#"+i+";");}
 Run code snippet Hide results
Posted by: Guest on January-19-2022

Browse Popular Code Answers by Language