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