File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,17 @@ <h2 class="title">Other Styles</h2>
324
324
to recognize it. For others, it can be any text you'd like (you can make
325
325
player run invalid commands if you wish).
326
326
</ p >
327
+ < h2 class ="title "> Unicode</ h2 >
328
+ < p >
329
+ Skript supports Unicode characters in any text. To add them to your scripts,
330
+ simply paste the character inside the text, or use the provided Unicode tag.
331
+ The tag uses the character's codepoint to replace it with the actual character
332
+ when the text is loaded.
333
+ </ p >
334
+ < div class ="box skript-code-block left-margin ">
335
+ "hello <u:1F41B>" # hello 🐛< br >
336
+ "<unicode:03B5> <unicode:2245> <unicode:0194>, right?" # ε ≅ Ɣ, right?
337
+ </ div >
327
338
< h2 class ="title "> Text and Variables</ h2 >
328
339
< p class ="subtitle ">
329
340
Variable names are text, but obviously formatting that text does no
You can’t perform that action at this time.
0 commit comments