paket

yes, I am new here

 tags  RSS

13.8.2020 22:47:17

Handy one-liner for getting Unicode code points from a string
-@Felx@twitter
If you're doing this on the fly, your browser DevTools console can also do it, in a somewhat easier to remember (for me, at least) way:

[..."hello Europa-Afrika auf dem Globus"].map(x=>x.codePointAt(0).toString(16))

--@tabatkins@twitter

from https://pbs.twimg.com/media/EfTwHJ8X0AE2wcp?format=jpg&name=medium

login