2
Posted on 8:10 AM by Softminer and filed under


I see this character in Firebug "."

The character in question "&#65279" is the Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF). It may be that you copied it into your code via a copy/paste without realizing it. The fact that it's not visible makes it hard to tell if you're using an editor that displays actual unicode characters.

Just use notepad ++ with encoding UTF-8 without BOM.
2
Responses to ... Why is "& #65279;" appearing in my HTML?
jigar said... August 14, 2015 at 3:10 AM
This comment has been removed by the author.
Unknown said... January 22, 2016 at 8:44 AM
This comment has been removed by a blog administrator.