org-html-protect-char-alist
org-html-protect-char-alist is a variable defined in `ox-html.el'.
Its value is (("&" . "&") ("<" . "<") (">" . ">"))
Documentation:
Alist of characters to be converted by `org-html-protect'.
You can customize this variable.