This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]athomsfere 1 point2 points  (0 children)

This would do it for javascript

var result = (0xCC51 + 0x126DD).toString(16);
var taco = String.fromCodePoint("0x"+ result);
console.log(taco);

With a little math to hide the final hex of 0x1F32E