With verbatim string literal, you don't use \ to escape - as a matter of fact, you don't escape anything other than " itself, in which case you use "". So you should do this:
Code:
Response.write(@â document.writeln(""<html><body>Hi msman88</body></html>"â); â);