Who knows unicode really well? How would I get a random emoji? Close? String.fromCharCode(0x1F251 + Math.random() * (0x1F601-0x1F251+1))
Replying to @wesbos
Also note that you’d have to use `String.fromCodePoint`. `String.fromCharCode` only works up until U+FFFF: https://mathiasbynens.be/notes/javascript-unicode#code-point-to-symbol …
6:57 AM - 24 May 2016
0 replies
0 retweets
2 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.