How can I get the official Unicode name of a character in Javascript from its string or numeric value?

What are my options in JavaScript when I want to find a Unicode name for an arbitrary code point?

Maybe there are some modules that I can use, web APIs that I can call, or have people previously rolled up their own way of doing this?

It should work with all planes, but should not process multicode strings, such as grapheme clusters.

+1
source share

All Articles