特殊字符、常规符号及其代码对照表 特殊字符、常规符号及其代码对照表 Webdings Wingdings Wingdings 2 Wingdings 3 Symbol <BR> document.write('<table border="1" width="100%" cellspacing="0" cellpadding="2">\n');<BR> //document.write('<tr align="center">');<BR> for (j=0;j<4;j++)<BR> {<BR> document.write('<td width="7%" align="center" style="font-size:14px;color:red;background:#D4D0C8">代码\n');<BR> document.write('<td width="11%" align="center" id="F'+j+'" style="font-size:14px;color:red;;background:#D4D0C8">Webdings\n');<BR> document.write('<td width="7%" align="center" style="font-size:14px;color:red;;background:#D4D0C8">常规\n');<BR> }<BR> for(i=32;i<256;i++)<BR> {<BR> if (i%4==0)<BR> {<BR> document.write('<tr align="center">\n');<BR> }<BR> document.write('<td align="center" style="font-size:14px;background:#D4D0C8; color:blue; font-family: fixedsys"><a>&#'+i+';\n');<BR> document.write('<td id="f'+i+'" align="center" style="font-size:14px;background:#FFFFFF; color:#CC5800; font-family: Webdings">&#'+i+';\n');<BR> document.write('<td align="center" style="font-size:14px;background:#FFFFFF;font-family: Arial black">&#'+i+';\n'); if (i%4==3) { document.write('\n'); } } document.write('\n'); <BR> function chgFont() <BR> {<BR> fontIndex = document.getElementById("family").selectedIndex;<BR> fontValue = document.getElementById("family").options[fontIndex].value; for (m=0;m { eval('F'+m+'.innerHTML="'+fontValue+'";'); } for (n=32;n { eval('f'+n+'.style.fontFamily="'+fontValue+'";'); } } chgFont();