1. <html> 
  2.     <head> 
  3.         <title>mintank</title> 
  4.     </head> 
  5.  
  6.     <body> 
  7.         <div> 
  8.             <p> <span style="font-size:12.0pt;font-family:Arial;color:black; font-weight:bold;">Thank you and Best regards,</span></p> 
  9.             <p> <span style="font-size:10.0pt;font-family:Arial;color:#009660; font-weight:bold;">mintank</span><span style="font-size:10.0pt;font-family:Arial;color:black; font-weight:bold;">|Information Technology, IT Department|</span> 
  10.                 <span style="font-size:10.0pt;font-family:Arial;color:#666600">XXXXX</span></p>//////////////company name  
  11.             <p> <span style="font-size:10.0pt;font-family:Arial;color:#666600">xxxxx, Sichuan, China</span></p>/////////////////address  
  12.             <p> <span style="font-family:'Wingdings 2'; font-size:12pt;">'</span> /////////here show an icon like phone,显示一个像电话一样的图标。  
  13.                 <span style="font-size:10.0pt;font-family:Arial">&nbsp;xxxxx|</span>////////phone number  
  14.                 <span style="font-family: Wingdings; font-size:12pt;">*</span>////////here show an icon like mail.显示一个像一封信的图标。  
  15.                 <span style="font-size:10.0pt;font-family:Arial">&nbsp;mintank@xxx.com </span></p>///////email  
  16.             <p> <span style="font-size:10.0pt;font-style:italic;font-family:Arial;color:green">Please consider the environment - do you really need to print this email?&nbsp;&nbsp;&nbsp;&nbsp;</span> 
  17.                 <span style="font-size:18.0pt; font-family:Webdings;color:green; ">P</span></p> //////here show an icon to remind you to protect the environment .显示一个图标提醒你保护环境          
  18.  <p> <span style="font-family:Arial;"></span></p>  ////这一行存在的原因是:在这个签名后邮箱会自动加一行,去提示你注意打印时的请款。
  19. 但是,上一行是一Webdings来解析所有代码的,若没有这一行,邮箱添加的内容也会被用Webdings来解析。你发出的邮件就会有乱码。
  20.  
  21.         </div> 
  22.     </body> 
  23. </html> 
注意: 在使用Wingdings 2和Wingdings 3时,要用引号,不然会被解析成Wingdings,从而显示的图标也就不一样了。

wingdings,wingdings 2,wingdings 3,webdings的用法:
怎样看到想要的图标:
1.百度+google
2.word文件中,insert--symbol--font中选择,可以看见图标和他对应的值。
在HTML中使用:
1.查出图标对应的值,十进制或十六进制。
2.查出ASCII码表中对应的值所代表的字符,在HTML中使用这个字符,只要字体font-family 设置正确,
就应该能达到效果。