It looks like the KNS database tables aren't set to unicode. When I try to put unicode chars into my rules (in notify or emit, for example) they don't output in the browser correctly when the rules fire. For instance the utf-8 character "⤵" comes out like "⤵".
Would it be possible in the future to allow unicode in rules?
Code used:
notify("<a style=\"font-size:1.3em;color:#FFF;\" href=\"http://solid1pxred.com/this_just_in\">THIS JUST IN⤵</a>", str) with width = 500 and sticky = true and opacity = 1;

