Greytree

TamWiki

For a mouse who is a packrat

Technology » Webdings
Webdings are a common web font

Summary:this is what goes at the top of the site

(redirected from Main.Webdings)

Up: ^Design^

Webdings are a common web font found on most major operating systems. They were developed by Microsoft as part of its ClearType initiative. Although the ClearType initiative is no longer in existance, the fonts are still quite common and almost universal. Some of the fonts are quite fun. For example "NYC" converts to NYC ("eye", "heart" "city").

ASCII codeGlyphWebding
33! !
34" "
35# #
36$ $
37% %
38& &
39' '
40( (
41) )
42* *
43+ +
44, ,
45- -
46. .
47/ /
480 0
491 1
502 2
513 3
524 4
535 5
546 6
557 7
568 8
579 9
58: :
59; ;
60< <
61= =
62> >
63? ?
64@ @
65A A
66B B
67C C
68D D
69E E
70F F
71G G
72H H
73I I
74J J
75K K
76L L
77M M
78N N
79O O
80P P
81Q Q
82R R
83S S
84T T
85U U
86V V
87W W
88X X
89Y Y
90Z Z
91[ [
92\ \
93] ]
94^ ^
95_ _
96` `
97a a
98b b
99c c
100d d
101e e
102f f
103g g
104h h
105i i
106j j
107k k
108l l
109m m
110n n
111o o
112p p
113q q
114r r
115s s
116t t
117u u
118v v
119w w
120x x
121y y
122z z
123{ {
124| |
125} }
126~ ~
Ruby code to generate the above table
  1. puts "|| width=50pct \n"
  2. puts "||! ASCII code ||! Glyph ||! Webding ||\n"
  3. (33..126).each {|n| printf "|| %d || %c || %%webdings%% %c ||\n", n, n, n }


Tags: Categories: Articles

Recent Changes | Printable View | Page History | Edit Page
Page last modified on April 17, 2012, at 08:59 PM by ImportText?