That's showing up as a box here. The \n character should definitely not show up in HTML
it shows up as a small NL. About 1/4 the normal size, bottom right
According to xxd the character you're using is 0xe2, which is not ASCII. ASCII stops at 7F.
in UTF-8 e2 is â, but I'm not seeing that. So that means it's actually being interpreted as 0xE290, since there's no byte after it ...
... which is ee 8a 90, which isn't a character
It might be a control char of some sort ...
According to Gnu charmap, E290 is in the 'private use' area of unicode.
So there we are

You've used that, not new line at all
who said anything about ascii? it's a unicode character, ␤
the new line character is ASCII... if it's not ASCII it's not "the new line character" :s
I maybe should have said, "the character designated to represent the
newline character offically called SYMBOL FOR NEWLINE"
I assumed people could figure it out based on the fact that the actual character was in the tweet and they use it all the time on #perl6
Ah, that is equally a boring box both here and on that page. In the terminal it is a weird robot sperm though.
You're not viewing it with the right terminal settings, that's abundantly clear. This document (plurk) is utf-8, ...
... that character is more than one byte. When I wget plurk/jettero, it automatically converts it to \u2424, so xxd shows that.
Well, in browser it's a box, presumably because I don't have the full font for some reason.
gawd knows what happens between the browser and the terminal then
what platform are you on that doesn't understand utf8?
even msie sees the NL symbol.
It's linux/Chrome and everything should be utf-8
Well, clearly it isn't … ☠ ☺ ‽
skull, smile, interrobang
huh. Probably just your font then.