string.sup( )
<html><head><title>JavaScript String sup() Method</title></head><body><script type="text/javascript">var str = new String("Hello world");alert(str.sup());</script></body></html>
<sup>Hello world</sup>