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

input-encodingsunicode

Getting this error while trying to upload my paper to the Springer journal.

But it builds fine on my system.

Any help?

Best Answer

U+2061 is FUNCTION APPLICATION that is an invisible zero width character intended to distinguish concatenation meaning function application from concatenation meaning multiplication,. You should be able to simply delete it.

If deleting it is hard then declare it to do nothing add this to the document preamble

\DeclareUnicodeCharacter{2061}{}