The string literal "\uf0868" does *not* create a single rune with the code point f0868, as was intended; instead, it creates two runes, one with the code point f086, followed by the character '8'.