I need to display following special characters in a table TD (exclude the back slash in between < symbol and forward slash),
1) \'/<\\/@/tes
\'/<\\/@/tes
I got it to work on JSP by adding this directive to the page
<%@ page contentType="text/html; charset=UTF-8" %>