文字列をそのまま表示する方法

Python

print(repr('\n'))


JavaScript

console.log(JSON.stringify('\n'));