IMPORTANT UPDATE
A new character was recently added that is put right before both [ brackets, but we aren't able to paste this character here. Search for the character with the Unicode U+001B, or directly copy it from this Explorer, then insert it right before each [ bracket.
It should look like this…
Notice the rectangular character right before each [ bracket. May show differently for you (or be invisible).
Preview
Made a rainbow text block full of the rainbow word.
Template Snippet
```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 ```
How to use
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!