

It should look like this…

Notice the rectangular character right before each [ bracket. May show differently for you (or be invisible).

Made a rainbow text block full of the rainbow word.
```ansi
[2;31mrainbow-rainbow-rainbow-rainbow[0m
[2;33mrainbow-rainbow-rainbow-rainbow[0m
[2;32mrainbow-rainbow-rainbow-rainbow[0m
[2;36mrainbow-rainbow-rainbow-rainbow[0m
[2;34mrainbow-rainbow-rainbow-rainbow[0m
[2;35mrainbow-rainbow-rainbow-rainbow[0m
```
As far as we understood, this works by opening / closing text interpreted as “brackets”.
Colors are applied between [2;3Xm and [0m , where X can be any digit between 0 and 9:
0 will return grey
1 will return red
2 will return green
3 will return yellow
4 will return blue
5 will return magenta
6 will return cyan
7, 8 and 9 will return white .
Edit text in between to however you want!
Don't hesitate to contact us to suggest improvements for this page, as we don't really know what ansi code is!