JavaScript, unlike some other languages, has no direct way to get a character from its Unicode name. In my full Unicode input utility , so I used the brute force method of using a Unicode character database as a text block and parsing it. You might find more effective and efficient tools, but if you only need some specific character collections, as in the question, it is better to use ad hoc. In this case, you don’t even need Unicode names as such; they will be just an intermediate step from dot patterns to symbols.
Clause 15.11 of the Unicode standard, chapter 15 , describes the principles for distributing Braille characters.
source share