String from Char Code
<html> <body> <button onclick="alert(String.fromCharCode(79,80));">String: from Char Code</button> </body> </html>