jdan avatar
jdan
codepoints
Script
Returns an array of base-16 code points for a given unicode character @jdan.codepoints("😂"); // => ["1f602"] @jdan.codepoints("🇳🇵"); // => ["1f1f3", "1f1f5"]
0
1
Next
Updated: October 23, 2023