I have a \u200f that's causing issues from a web form and want to reproduce it on my development environment to try to fix it, but I'm not sure how to insert this character since its invisible and can't be copy and pasted.
Any ideas?
Deceze answered for me; it was, naturally, invisible :)



"\xE2\x80\x8F"in most programming languages for the UTF-8 byte sequence for U+200F. – deceze Sep 19 '12 at 16:37