Where can i find a list of unvalid unicode characters for my custom pack?

^^
9 Replies
Admincraft Meta
Thanks for asking your question!
Once you have finished, please close your thread. Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close !close !solved
Requested by vertrouwd#0
Lunaiskey
Lunaiskey2y ago
Private Use Areas
In Unicode, a Private Use Area (PUA) is a range of code points that, by definition, will not be assigned characters by the Unicode Consortium. Three private use areas are defined: one in the Basic Multilingual Plane (U+E000–U+F8FF), and one each in, and nearly covering, planes 15 and 16 (U+F0000–U+FFFFD, U+100000–U+10FFFD). The code points in th...
129844946
129844946OP2y ago
i need like a straight list, cuz i cant find anything on here
Lunaiskey
Lunaiskey2y ago
im not sure if there is a straight list from what i can tell tho, is that these characters will never have a unicode character assigned to them, which means they are future proof the others can and more then likely will in the future
Cooleg
Cooleg2y ago
(U+F0000–U+FFFFD, U+100000–U+10FFFD) thats the straight list
Lunaiskey
Lunaiskey2y ago
now i have a doubt that you will use all 137,000ish unicode codes so these should suffice your usecase
Cooleg
Cooleg2y ago
^
NukeGH05T
NukeGH05T2y ago
Grab \uE000 then add 1 every time you want another character. To test if it's working use /tellraw @s {"text":"\uE000"}
129844946
129844946OP2y ago
Thanks! !close

Did you find this page helpful?