Public
Like
codepoints
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
Returns an array of base-16 code points for a given unicode character
@jdan.codepoints("π");
// => ["1f602"]
@jdan.codepoints("π³π΅");
// => ["1f1f3", "1f1f5"]
Migrated from folder: posts/emoji/codepoints