9 Replies
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
https://en.wikipedia.org/wiki/Private_Use_Areas you could use these
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...
i need like a straight list, cuz i cant find anything on here
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
(U+F0000–U+FFFFD, U+100000–U+10FFFD)
thats the straight list
now i have a doubt that you will use all 137,000ish unicode codes so these should suffice your usecase
^
Grab
\uE000
then add 1 every time you want another character. To test if it's working use /tellraw @s {"text":"\uE000"}
Thanks!
!close