Skip to content

How do I use special characters in the Gag Title?

The Signature Gag * gag label command supports special characters.

If you have Asian or European keyboards, simply type the characters in the gag label command, or simply copy the character from somewhere (like Windows’ free Character Map program) and enter it.

Example:

/1g label 奴 

Other Special Characters

characters The label will display:
\\ \
\" "
\s single space
\n new line (adds line-break)
\t4 spaces (equivalent of a tab)
\uxxxxa unicode character 0000xxxx, where xxxx is a 4-char hex string
\Uxxxxxxxx a unicode character xxxxxxxx where xxxxxxxx is an 8-char hex string
\hXxxx… X is a hex character, it’s value is the number of pairs of hex characters that follow it, xxx is a raw byte array of utf-8 characters, be sure they are valid characters

Example:

/1g label \u5974 will use the unicode character U_5974
/1g label \uaec8\nJane will print a Korean character on the first line, and Jane on the second

* Signature Gag v4.2.0 minimum

Feedback and Knowledge Base