Get super script (sup)
<html> <body> <button onclick="var myS = new String('www.java2s.com'); document.write('regular string'+myS.sup());">String sup</button> </body> </html>