This topic was originally moved from ‘‘Custom colors in Chat’’ to this topic to bring more content.
The use of colors in chat may be considered spam and the functionality of this feature is not guaranteed for future versions of the game

Originally through a search I found out that this feature was available in war thunder. After some tests I developed an adapted version for enlisted. You can change the color of your in-game messages via command. In addition, you can perform more commands such as line break and arts
The colors are based on the default command:
<span style="color:#FFFFFF">Your text here</span>
moved to:
<color=#FFFFFF>Your text here</color>
The idea is to change the HEX code to the color you want
LIST OF MOST USED COLORS COMMANDS
Red
<color=#FF0000>Red</color>
Green
<color=#008000>Green</color>
Blue
<color=#0000FF>Blue</color>
Yellow
<color=#FFFF00>Yellow</color>
Pink
<color=#FFC0CB>Pink</color>
Cyan
<color=#00FFFF>Cyan</color>
Magenta
<color=#FF00FF>Magenta</color>
Black
<color=#000000>Black</color>
Orange
<color=#FFA500>Orange</color>
Purple
<color=#800080>Purple</color>
Brown
<color=#A52A2A>Brown</color>
Teal
<color=#008080>Teal</color>
Lime
<color=#00FF00>Lime</color>
Olive
<color=#808000>Olive</color>
Goldenrod
<color=#DAA520>Goldenrod</color>
Using commands to format text can be useful in-game

That’s how a normal text looks in game

This is an example of using a line break command
Line break command:
\n
Example:
This is a text of\n a message
→ It is even possible to create country flags in game chat
Some countries flag command list
- Germany
Normal version:
<color=#000000>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>\n
<color=#FF0000>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>\n
<color=#FFFF00>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>
With flag support:
|<color=#000000>§§§§§§§§§§§§§§</color>\n
|<color=#FF0000>§§§§§§§§§§§§§§</color>\n
|<color=#FFFF00>§§§§§§§§§§§§§§</color>\n
|\n
|\n
|\n
/\
- France
Normal version:
<color=#0000FF>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>\n
<color=#0000FF>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>\n
<color=#0000FF>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>
With flag support: (this version is much limited due chat support issues)
|<color=#0000FF>§</color><color=#FFFFFF>§</color><color=#FF0000>§</color>\n
|<color=#0000FF>§</color><color=#FFFFFF>§</color><color=#FF0000>§</color>\n
|<color=#0000FF>§</color><color=#FFFFFF>§</color><color=#FF0000>§</color>
|\n
|\n
|\n
/\
- Russia
Normal version:
<color=#FFFFFF>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>\n
<color=#0033A0>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>\n
<color=#D52B1E>§§§§§§§§§§§§§§§§§§§§§§§§§§§§§</color>
With flag support:
|<color=#FFFFFF>§§§§§§§§§§§§§§</color>\n
|<color=#0033A0>§§§§§§§§§§§§§§</color>\n
|<color=#D52B1E>§§§§§§§§§§§§§§</color>\n
|\n
|\n
|\n
/\
- Italy
Normal version:
<color=#008000>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>\n
<color=#008000>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>\n
<color=#008000>§§</color><color=#FFFFFF>§§</color><color=#FF0000>§§</color>
Sorry I would like to create more flags but I don’t have much time and I don’t know if people care about my work
You can use my work to create something new based on the resources I discovered. These flags serve only as an example of the possibilities
I hope you enjoyed my topic and if possible leave a reply to encourage me to discover new things and publish. If people don’t interact with the topics i create I think I’m useless