special character, acrobat javascript, richText
I'm trying to insert special characters into a rich textfield via javascript. The characters are from Enclosed Alphanumeric Supplement block, e.g. :
\u1F16D
\u1F16F
\u1F10EUnfortunately, what I get is e.g. 1F10 + E or just gibberish. The selected font includes these cope-points. I can access these glyphs in a text editor and they show correctly. The rest of the text in the textfield (in a different font and different characters) is inserted correctly. Other, lower, code-points are inserted correctly.
How can I insert these characters?
Thank you for your help!
