JavaScript Unicode literal
"\u21e9" // This is the double-down arrow: ⇩ -- U+21E9 in Javascript.
Yaakov Belch
"\u21e9" // This is the double-down arrow: ⇩ -- U+21E9 in Javascript.