Fun fact: Unicode is the standard for how strings are stored and displayed across systems. It’s maintained by the Unicode Consortium, a non-profit organization with responsibilities ranging from ensuring phones display languages across the world to deciding which emojis are officially added to the standard. 🙌
One section of the Unicode standard is a list of more fancy characters with corresponding friendly names. For example, HEAVY BLACK HEART
refers to ❤.
LOLCODE supports printing these out using :[
, the friendly name of the character, and ]
:
BTW Results in "❤" VISIBLE ":[HEAVY BLACK HEART]"
The full, very long list of these characters is on Unicode Names List.
Instructions
Print a string that includes the BLACK RIGHT POINTING INDEX
character.
Find and another character from that list and print a string containing it.