Можно даже так: 
	var i, str = String.fromCharCode(1052,1086,1089,1082,1074,1072); document.write(str + '<br>') for(i=0; i<str.length; i++) document.write(str.charCodeAt(i));  | 
	
		
 Цитата: 
	
  | 
	
		
 Цитата: 
	
  | 
	
		
 Цитата: 
	
 
"use strict";
document.write(str=String.fromCharCode(1052,1086,1089,1082,1074,1072))
document.write('<br />');
 
for (i=0; i<str.length; i++)
  document.write(str.charCodeAt(i));
 | 
	
		
 Цитата: 
	
  | 
| Часовой пояс GMT +3, время: 09:58. |