Hello, I am trying to edit the Essentials Locale files and make all messages have this before them &8&lThe &b&lVladeCraft &b■ (MESSAGE) but when I edit them they appear weirdly in-game with a A symbol before the Unicode symbol I have tried multiple ways to remove the symbol like these below but no avail \u00a78\u00a7lThe \u00a7b\u00a7lVladeCraft \u00a7b■ (MESSAGE) §8§lThe §b§VladeCraft §b■ (MESSAGE)
https://r12a.github.io/app-conversion/ Place text in first or second window. You need "JS/Java/C", but uncheck ES6.
To do this, I search '<character> FileFormat.info', then scroll down to the 'Encodings' table, then scroll down to 'C/C++/Java source code'. The code you are looking for is in the quotation marks: \u00BB which outputs » in Essentials. So, for the character you looked for, I searched up '■ FileFormat.info' and clicked on the first link. Scrolled down to the Encodings table, then to 'Java source code' and found this for you: \u25A0 TLDR you put \u25A0 where you want the symbol to go Hope this was helpful