Last Updated: February 25, 2016
·
775
· ipetepete

Find the hex/deci number of any unicode character

"☞".charCodeAt(0).toString(16); // Hex
"☞".charCodeAt(0).toString(10); // Decimal