登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

启野的博客

淡淡的雾,淡淡的雨,淡淡的云彩悠悠的游。

 
 
 

日志

 
 

HTML文字代码——Webdings 字体  

2011-03-13 00:49:38|  分类: HTML专区 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

HTML

Webdings 字体

 

Webdings 字体博文简介

 

 

  • Webdings是一个TrueType的dingbat字体,于1997年发表。
  • 搭载在其后的Microsoft Windows视窗系统内,大多的字形都没有Unicode的相对字。
  • 图形文字很有趣,特在这里作为备注,做特殊处理!
  • 值得注意的是:
    客户端的系统文件夹(字体文件夹Fonts)里面必须有“webdings.ttf”这个字体文件!否则效果是显示不出来的!
  • 注:
    在HTML标准中,代码如下:
    <font face="webdings">0123456789<font>
    在XHTML标准中,font元素已过期,所以可用span来代替,代码如下:
    <span style="font-family:webdings">0123456789</span>
  • 附下列对照表:

 

1、<font face="webdings">0123456789<font>:

      0 1 2 3 4 5 6 7 8 9

代码

示例

代码

示例

<font face="webdings">0

<font>

0

<font face="webdings">5

<font>

5

<font face="webdings">1

<font>

1

<font face="webdings">6

<font>

6

<font face="webdings">2

<font>

2

<font face="webdings">7

<font>

7

<font face="webdings">3

<font>

3

<font face="webdings">8

<font>

8

<font face="webdings">4

<font>

4

<font face="webdings">9

<font>

9

2、<font face="webdings">abcdefghijklmnopqrstuvwxyz<font>: 

      a b c d e f g h i j k l m n o p q r s t u v w x y z

代码

示例

代码

示例

<font face="webdings">a

<font>

a

<font face="webdings">n

<font>

n

<font face="webdings">b

<font>

b

<font face="webdings">o

<font>

o

<font face="webdings">c

<font>

c

<font face="webdings">p

<font>

p

<font face="webdings">d

<font>

d

<font face="webdings">q

<font>

q

<font face="webdings">e

<font>

e

<font face="webdings">r

<font>

r

<font face="webdings">f

<font>

f

<font face="webdings">s

<font>

s

<font face="webdings">g

<font>

g

<font face="webdings">t

<font>

t
<font face="webdings">h<font> h

<font face="webdings">u

<font>

u

<font face="webdings">i

<font>

i

<font face="webdings">v

<font>

v

<font face="webdings">j

<font>

j

<font face="webdings">w

<font>

w

<font face="webdings">k

<font>

k

<font face="webdings">x

<font>

x

<font face="webdings">l

<font>

l <font face="webdings">y<font> y

<font face="webdings">m

<font>

m <font face="webdings">z<font> z

3、<font face="webdings">ABCDEFGHIJKLMNOPQRSTUVWXYZ<font>

      A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

代码

示例

代码

示例

<font face="webdings">A

<font>

A

<font face="webdings">N

<font>

N

<font face="webdings">B

<font>

B

<font face="webdings">O

<font>

O

<font face="webdings">C

<font>

C

<font face="webdings">P

<font>

P

<font face="webdings">D

<font>

D

<font face="webdings">Q

<font>

Q

<font face="webdings">E

<font>

E

<font face="webdings">R

<font>

R

<font face="webdings">F

<font>

F

<font face="webdings">S

<font>

S

<font face="webdings">G

<font>

G

<font face="webdings">T

<font>

T

<font face="webdings">H

<font>

H

<font face="webdings">U

<font>

U

<font face="webdings">I

<font>

I

<font face="webdings">V

<font>

V

<font face="webdings">J

<font>

J

<font face="webdings">W

<font>

W

<font face="webdings">K

<font>

K

<font face="webdings">X

<font>

X

<font face="webdings">L

<font>

L

<font face="webdings">Y

<font>

Y

<font face="webdings">M

<font>

M

<font face="webdings">Z

<font>

Z

4、<font face=webdings>, . / ' [ ] \ \ = - &lt; &gt; ? : \ " { } | + _ ) ( * &amp; ^ % $ # @ ! ` ~ </font>:

     ,  .  /  '  [  ]  \  \  =  -  <  >  ?  :  \  "  {  }  |  + 

   _  )  (  *  &  ^  %  $  #  @  !  `  ~

代码

示例

代码

示例

<font face="webdings">,

<font>

,

<font face="webdings">{

<font>

{

<font face="webdings"> .

<font>

.

<font face="webdings">}

<font>

}

<font face="webdings"> /

<font>

/

<font face="webdings">|

<font>

|

<font face="webdings"> '

<font>

'

<font face="webdings">+

<font>

+

<font face="webdings"> [

<font>

[

<font face="webdings">_

<font>

_

<font face="webdings"> ]

<font>

]

<font face="webdings">)

<font>

)

<font face="webdings"> \

<font>

\

<font face="webdings">(

<font>

(

<font face="webdings">=

<font>

=

<font face="webdings">*

<font>

*

<font face="webdings"> - <font>

-

<font face="webdings">&amp<font>

&

<font face="webdings">&lt

<font>

<

<font face="webdings">^

<font>

^

<font face="webdings">&gt

<font>

>

<font face="webdings">%

<font>

%

<font face="webdings">;

<font>

;

<font face="webdings">$

<font>

$

<font face="webdings">?

<font>

?

<font face="webdings">#

<font>

#

<font face="webdings">:

<font>

:

<font face="webdings">@

<font>

@

<font face="webdings">\

<font>

\

<font face="webdings">!

<font>

!

<font face="webdings">"

<font>

"

<font face="webdings">`

<font>

`

<font face="webdings">—

<font>

<font face="webdings">~

<font>

~
欢迎光临启野博客!
  评论这张
 
阅读(3629)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018