⪼ Made with 💜 by Polyglot.
const hexString = hexNumber.toString(16);
//=> ffe6
hexNumber.toString(16).toUpperCase();
//=> FFE6
const hexNumber Number = parseInt(hexString, 16);
//=> 65510
⪼ Made with 💜 by Polyglot.
const hexString = hexNumber.toString(16);
//=> ffe6
hexNumber.toString(16).toUpperCase();
//=> FFE6
const hexNumber Number = parseInt(hexString, 16);
//=> 65510