What are my options in JavaScript when I want to find the Unicode name for an arbitrary codepoint?
Maybe there are some modules I can use, web APIs I can call, or people have previously rolled their own way to do this?
It should work with all planes but does not have to handle multi-codepoint strings such as grapheme clusters.