[Tex/LaTex] Package inputenc Error: Unicode character (U+200E) (inputenc) not set up for use with LaTeX

errorsinput-encodingspdftex

I am new to LaTeX. I have searched my question but I couldn't find solution.

When I export to PDF I am getting the error.
! Package inputenc Error: Unicode character (U+200E)
(inputenc) not set up for use with LaTeX.

Best Answer

U+200E is the left-to-right mark, which you probably copied and pasted into your document from the Web. You should probably remove it in your text editor. If you are mixing different languages in your document, and want to keep the bidirectional mark, you probably want to load babel or polyglossia instead and use their commands to switch languages.

If you really, really want to keep it in there, though, and you’re absolutely forced to use PDFTeX, you might load bidi and set ^^^^200e as an active character.