/ Published in: JavaScript
Expand |
Embed | Plain Text
'&#x' + parseInt(number).toString(16).toUpperCase() + ';'
You need to login to post a comment.
'&#x' + parseInt(number).toString(16).toUpperCase() + ';'
You need to login to post a comment.