File: xhtml_ent.gperf

package info (click to toggle)
virtuoso-opensource 6.1.6%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 260,060 kB
  • ctags: 123,765
  • sloc: ansic: 652,532; sql: 458,419; xml: 282,834; java: 61,031; sh: 40,031; cpp: 36,890; cs: 25,240; php: 12,692; yacc: 9,523; lex: 7,018; makefile: 6,157; jsp: 4,484; awk: 1,643; perl: 1,013; ruby: 1,003; python: 326
file content (255 lines) | stat: -rw-r--r-- 21,264 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
struct xhtml_ent_s { const char *entity; int encoded_symbol; const char *descr;};
%%
nbsp,      	160	, DESCR("no-break space = non-breaking space; UNICODE(00A0) TABLE(ISOnum)")
iexcl,      	161	, DESCR("inverted exclamation mark; UNICODE(00A1) TABLE(ISOnum)")
cent,      	162	, DESCR("cent sign; UNICODE(00A2) TABLE(ISOnum)")
pound,      	163	, DESCR("pound sign; UNICODE(00A3) TABLE(ISOnum)")
curren,      	164	, DESCR("currency sign; UNICODE(00A4) TABLE(ISOnum)")
yen,      	165	, DESCR("yen sign = yuan sign; UNICODE(00A5) TABLE(ISOnum)")
brvbar,      	166	, DESCR("broken bar = broken vertical bar; UNICODE(00A6) TABLE(ISOnum)")
sect,      	167	, DESCR("section sign; UNICODE(00A7) TABLE(ISOnum)")
uml,      	168	, DESCR("diaeresis = spacing diaeresis; UNICODE(00A8) TABLE(ISOdia)")
copy,      	169	, DESCR("copyright sign; UNICODE(00A9) TABLE(ISOnum)")
ordf,      	170	, DESCR("feminine ordinal indicator; UNICODE(00AA) TABLE(ISOnum)")
laquo,      	171	, DESCR("left-pointing double angle quotation mark = left pointing guillemet; UNICODE(00AB) TABLE(ISOnum)")
not,      	172	, DESCR("not sign = discretionary hyphen; UNICODE(00AC) TABLE(ISOnum)")
shy,      	173	, DESCR("soft hyphen = discretionary hyphen; UNICODE(00AD) TABLE(ISOnum)")
reg,      	174	, DESCR("registered sign = registered trade mark sign; UNICODE(00AE) TABLE(ISOnum)")
macr,      	175	, DESCR("macron = spacing macron = overline = APL overbar; UNICODE(00AF) TABLE(ISOdia)")
deg,      	176	, DESCR("degree sign; UNICODE(00B0) TABLE(ISOnum)")
plusmn,      	177	, DESCR("plus-minus sign = plus-or-minus sign; UNICODE(00B1) TABLE(ISOnum)")
sup2,      	178	, DESCR("superscript two = superscript digit two = squared; UNICODE(00B2) TABLE(ISOnum)")
sup3,      	179	, DESCR("superscript three = superscript digit three = cubed; UNICODE(00B3) TABLE(ISOnum)")
acute,      	180	, DESCR("acute accent = spacing acute; UNICODE(00B4) TABLE(ISOdia)")
micro,      	181	, DESCR("micro sign; UNICODE(00B5) TABLE(ISOnum)")
para,      	182	, DESCR("pilcrow sign = paragraph sign; UNICODE(00B6) TABLE(ISOnum)")
middot,      	183	, DESCR("middle dot = Georgian comma = Greek middle dot; UNICODE(00B7) TABLE(ISOnum)")
cedil,      	184	, DESCR("cedilla = spacing cedilla; UNICODE(00B8) TABLE(ISOdia)")
sup1,      	185	, DESCR("superscript one = superscript digit one; UNICODE(00B9) TABLE(ISOnum)")
ordm,      	186	, DESCR("masculine ordinal indicator; UNICODE(00BA) TABLE(ISOnum)")
raquo,      	187	, DESCR("right-pointing double angle quotation mark = right pointing guillemet; UNICODE(00BB) TABLE(ISOnum)")
frac14,      	188	, DESCR("vulgar fraction one quarter = fraction one quarter; UNICODE(00BC) TABLE(ISOnum)")
frac12,      	189	, DESCR("vulgar fraction one half = fraction one half; UNICODE(00BD) TABLE(ISOnum)")
frac34,      	190	, DESCR("vulgar fraction three quarters = fraction three quarters; UNICODE(00BE) TABLE(ISOnum)")
iquest,      	191	, DESCR("inverted question mark = turned question mark; UNICODE(00BF) TABLE(ISOnum)")
Agrave,      	192	, DESCR("latin capital letter A with grave = latin capital letter A grave; UNICODE(00C0) TABLE(ISOlat1)")
Aacute,      	193	, DESCR("latin capital letter A with acute; UNICODE(00C1) TABLE(ISOlat1)")
Acirc,      	194	, DESCR("latin capital letter A with circumflex; UNICODE(00C2) TABLE(ISOlat1)")
Atilde,      	195	, DESCR("latin capital letter A with tilde; UNICODE(00C3) TABLE(ISOlat1)")
Auml,      	196	, DESCR("latin capital letter A with diaeresis; UNICODE(00C4) TABLE(ISOlat1)")
Aring,      	197	, DESCR("latin capital letter A with ring above = latin capital letter A ring; UNICODE(00C5) TABLE(ISOlat1)")
AElig,      	198	, DESCR("latin capital letter AE = latin capital ligature AE; UNICODE(00C6) TABLE(ISOlat1)")
Ccedil,      	199	, DESCR("latin capital letter C with cedilla; UNICODE(00C7) TABLE(ISOlat1)")
Egrave,      	200	, DESCR("latin capital letter E with grave; UNICODE(00C8) TABLE(ISOlat1)")
Eacute,      	201	, DESCR("latin capital letter E with acute; UNICODE(00C9) TABLE(ISOlat1)")
Ecirc,      	202	, DESCR("latin capital letter E with circumflex; UNICODE(00CA) TABLE(ISOlat1)")
Euml,      	203	, DESCR("latin capital letter E with diaeresis; UNICODE(00CB) TABLE(ISOlat1)")
Igrave,      	204	, DESCR("latin capital letter I with grave; UNICODE(00CC) TABLE(ISOlat1)")
Iacute,      	205	, DESCR("latin capital letter I with acute; UNICODE(00CD) TABLE(ISOlat1)")
Icirc,      	206	, DESCR("latin capital letter I with circumflex; UNICODE(00CE) TABLE(ISOlat1)")
Iuml,      	207	, DESCR("latin capital letter I with diaeresis; UNICODE(00CF) TABLE(ISOlat1)")
ETH,      	208	, DESCR("latin capital letter ETH; UNICODE(00D0) TABLE(ISOlat1)")
Ntilde,      	209	, DESCR("latin capital letter N with tilde; UNICODE(00D1) TABLE(ISOlat1)")
Ograve,      	210	, DESCR("latin capital letter O with grave; UNICODE(00D2) TABLE(ISOlat1)")
Oacute,      	211	, DESCR("latin capital letter O with acute; UNICODE(00D3) TABLE(ISOlat1)")
Ocirc,      	212	, DESCR("latin capital letter O with circumflex; UNICODE(00D4) TABLE(ISOlat1)")
Otilde,      	213	, DESCR("latin capital letter O with tilde; UNICODE(00D5) TABLE(ISOlat1)")
Ouml,      	214	, DESCR("latin capital letter O with diaeresis; UNICODE(00D6) TABLE(ISOlat1)")
times,      	215	, DESCR("multiplication sign; UNICODE(00D7) TABLE(ISOnum)")
Oslash,      	216	, DESCR("latin capital letter O with stroke = latin capital letter O slash; UNICODE(00D8) TABLE(ISOlat1)")
Ugrave,      	217	, DESCR("latin capital letter U with grave; UNICODE(00D9) TABLE(ISOlat1)")
Uacute,      	218	, DESCR("latin capital letter U with acute; UNICODE(00DA) TABLE(ISOlat1)")
Ucirc,      	219	, DESCR("latin capital letter U with circumflex; UNICODE(00DB) TABLE(ISOlat1)")
Uuml,      	220	, DESCR("latin capital letter U with diaeresis; UNICODE(00DC) TABLE(ISOlat1)")
Yacute,      	221	, DESCR("latin capital letter Y with acute; UNICODE(00DD) TABLE(ISOlat1)")
THORN,      	222	, DESCR("latin capital letter THORN; UNICODE(00DE) TABLE(ISOlat1)")
szlig,      	223	, DESCR("latin small letter sharp s = ess-zed; UNICODE(00DF) TABLE(ISOlat1)")
agrave,      	224	, DESCR("latin small letter a with grave = latin small letter a grave; UNICODE(00E0) TABLE(ISOlat1)")
aacute,      	225	, DESCR("latin small letter a with acute; UNICODE(00E1) TABLE(ISOlat1)")
acirc,      	226	, DESCR("latin small letter a with circumflex; UNICODE(00E2) TABLE(ISOlat1)")
atilde,      	227	, DESCR("latin small letter a with tilde; UNICODE(00E3) TABLE(ISOlat1)")
auml,      	228	, DESCR("latin small letter a with diaeresis; UNICODE(00E4) TABLE(ISOlat1)")
aring,      	229	, DESCR("latin small letter a with ring above = latin small letter a ring; UNICODE(00E5) TABLE(ISOlat1)")
aelig,      	230	, DESCR("latin small letter ae = latin small ligature ae; UNICODE(00E6) TABLE(ISOlat1)")
ccedil,      	231	, DESCR("latin small letter c with cedilla; UNICODE(00E7) TABLE(ISOlat1)")
egrave,      	232	, DESCR("latin small letter e with grave; UNICODE(00E8) TABLE(ISOlat1)")
eacute,      	233	, DESCR("latin small letter e with acute; UNICODE(00E9) TABLE(ISOlat1)")
ecirc,      	234	, DESCR("latin small letter e with circumflex; UNICODE(00EA) TABLE(ISOlat1)")
euml,      	235	, DESCR("latin small letter e with diaeresis; UNICODE(00EB) TABLE(ISOlat1)")
igrave,      	236	, DESCR("latin small letter i with grave; UNICODE(00EC) TABLE(ISOlat1)")
iacute,      	237	, DESCR("latin small letter i with acute; UNICODE(00ED) TABLE(ISOlat1)")
icirc,      	238	, DESCR("latin small letter i with circumflex; UNICODE(00EE) TABLE(ISOlat1)")
iuml,      	239	, DESCR("latin small letter i with diaeresis; UNICODE(00EF) TABLE(ISOlat1)")
eth,      	240	, DESCR("latin small letter eth; UNICODE(00F0) TABLE(ISOlat1)")
ntilde,      	241	, DESCR("latin small letter n with tilde; UNICODE(00F1) TABLE(ISOlat1)")
ograve,      	242	, DESCR("latin small letter o with grave; UNICODE(00F2) TABLE(ISOlat1)")
oacute,      	243	, DESCR("latin small letter o with acute; UNICODE(00F3) TABLE(ISOlat1)")
ocirc,      	244	, DESCR("latin small letter o with circumflex; UNICODE(00F4) TABLE(ISOlat1)")
otilde,      	245	, DESCR("latin small letter o with tilde; UNICODE(00F5) TABLE(ISOlat1)")
ouml,      	246	, DESCR("latin small letter o with diaeresis; UNICODE(00F6) TABLE(ISOlat1)")
divide,      	247	, DESCR("division sign; UNICODE(00F7) TABLE(ISOnum)")
oslash,      	248	, DESCR("latin small letter o with stroke; = latin small letter o slash; UNICODE(00F8) TABLE(ISOlat1)")
ugrave,      	249	, DESCR("latin small letter u with grave; UNICODE(00F9) TABLE(ISOlat1)")
uacute,      	250	, DESCR("latin small letter u with acute; UNICODE(00FA) TABLE(ISOlat1)")
ucirc,      	251	, DESCR("latin small letter u with circumflex; UNICODE(00FB) TABLE(ISOlat1)")
uuml,      	252	, DESCR("latin small letter u with diaeresis; UNICODE(00FC) TABLE(ISOlat1)")
yacute,      	253	, DESCR("latin small letter y with acute; UNICODE(00FD) TABLE(ISOlat1)")
thorn,      	254	, DESCR("latin small letter thorn with; UNICODE(00FE) TABLE(ISOlat1)")
yuml,      	255	, DESCR("latin small letter y with diaeresis; UNICODE(00FF) TABLE(ISOlat1)")
quot,      	34	, DESCR(" quotation mark = APL quote; UNICODE(0022) TABLE(ISOnum)")
amp,      	38	, DESCR(" ampersand; UNICODE(0026) TABLE(ISOnum)")
lt,      	60	, DESCR(" less-than sign; UNICODE(003C) TABLE(ISOnum)")
gt,      	62	, DESCR(" greater-than sign; UNICODE(003E) TABLE(ISOnum)")
apos,      	39	, DESCR(" apostrophe mark; UNICODE(0027) TABLE(ISOnum)")
OElig,      	338	, DESCR(" latin capital ligature OE; UNICODE(0152) TABLE(ISOlat2)")
oelig,      	339	, DESCR(" latin small ligature oe; UNICODE(0153) TABLE(ISOlat2)")
Scaron,      	352	, DESCR(" latin capital letter S with caron; UNICODE(0160) TABLE(ISOlat2)")
scaron,      	353	, DESCR(" latin small letter s with caron; UNICODE(0161) TABLE(ISOlat2)")
Yuml,      	376	, DESCR(" latin capital letter Y with diaeresis; UNICODE(0178) TABLE(ISOlat2)")
circ,      	710	, DESCR(" modifier letter circumflex accent; UNICODE(02C6) TABLE(ISOpub)")
tilde,      	732	, DESCR(" small tilde; UNICODE(02DC) TABLE(ISOdia)")
ensp,      	8194	, DESCR("en space; UNICODE(2002) TABLE(ISOpub)")
emsp,      	8195	, DESCR("em space; UNICODE(2003) TABLE(ISOpub)")
thinsp,      	8201	, DESCR("thin space; UNICODE(2009) TABLE(ISOpub)")
zwnj,      	8204	, DESCR("zero width non-joiner; UNICODE(200C) NEW TABLE(RFC2070)")
zwj,      	8205	, DESCR("zero width joiner; UNICODE(200D) NEW TABLE(RFC2070)")
lrm,      	8206	, DESCR("left-to-right mark; UNICODE(200E) NEW TABLE(RFC2070)")
rlm,      	8207	, DESCR("right-to-left mark; UNICODE(200F) NEW TABLE(RFC2070)")
ndash,      	8211	, DESCR("en dash; UNICODE(2013) TABLE(ISOpub)")
mdash,      	8212	, DESCR("em dash; UNICODE(2014) TABLE(ISOpub)")
lsquo,      	8216	, DESCR("left single quotation mark; UNICODE(2018) TABLE(ISOnum)")
rsquo,      	8217	, DESCR("right single quotation mark; UNICODE(2019) TABLE(ISOnum)")
sbquo,      	8218	, DESCR("single low-9 quotation mark; UNICODE(201A) NEW")
ldquo,      	8220	, DESCR("left double quotation mark; UNICODE(201C) TABLE(ISOnum)")
rdquo,      	8221	, DESCR("right double quotation mark; UNICODE(201D) TABLE(ISOnum)")
bdquo,      	8222	, DESCR("double low-9 quotation mark; UNICODE(201E) NEW")
dagger,      	8224	, DESCR("dagger; UNICODE(2020) TABLE(ISOpub)")
Dagger,      	8225	, DESCR("double dagger; UNICODE(2021) TABLE(ISOpub)")
permil,      	8240	, DESCR("per mille sign; UNICODE(2030) TABLE(ISOtech)")
lsaquo,      	8249	, DESCR("single left-pointing angle quotation mark; UNICODE(2039) ISO proposed")
rsaquo,      	8250	, DESCR("single right-pointing angle quotation mark; UNICODE(203A) ISO proposed")
euro,      	8364	, DESCR(" euro sign; UNICODE(20AC) NEW")
fnof,      	402	, DESCR("latin small f with hook = function = florin; UNICODE(0192) TABLE(ISOtech)")
Alpha,      	913	, DESCR("greek capital letter alpha; UNICODE(0391)")
Beta,      	914	, DESCR("greek capital letter beta; UNICODE(0392)")
Gamma,      	915	, DESCR("greek capital letter gamma; UNICODE(0393) ISOgrk3")
Delta,      	916	, DESCR("greek capital letter delta; UNICODE(0394) ISOgrk3")
Epsilon,      	917	, DESCR("greek capital letter epsilon; UNICODE(0395)")
Zeta,      	918	, DESCR("greek capital letter zeta; UNICODE(0396)")
Eta,      	919	, DESCR("greek capital letter eta; UNICODE(0397)")
Theta,      	920	, DESCR("greek capital letter theta; UNICODE(0398) ISOgrk3")
Iota,      	921	, DESCR("greek capital letter iota; UNICODE(0399)")
Kappa,      	922	, DESCR("greek capital letter kappa; UNICODE(039A)")
Lambda,      	923	, DESCR("greek capital letter lambda; UNICODE(039B) ISOgrk3")
Mu,      	924	, DESCR("greek capital letter mu; UNICODE(039C)")
Nu,      	925	, DESCR("greek capital letter nu; UNICODE(039D)")
Xi,      	926	, DESCR("greek capital letter xi; UNICODE(039E) ISOgrk3")
Omicron,      	927	, DESCR("greek capital letter omicron; UNICODE(039F)")
Pi,      	928	, DESCR("greek capital letter pi; UNICODE(03A0) ISOgrk3")
Rho,      	929	, DESCR("greek capital letter rho; UNICODE(03A1)")
Sigma,      	931	, DESCR("greek capital letter sigma; UNICODE(03A3) ISOgrk3")
Tau,      	932	, DESCR("greek capital letter tau; UNICODE(03A4)")
Upsilon,      	933	, DESCR("greek capital letter upsilon; UNICODE(03A5) ISOgrk3")
Phi,      	934	, DESCR("greek capital letter phi; UNICODE(03A6) ISOgrk3")
Chi,      	935	, DESCR("greek capital letter chi; UNICODE(03A7)")
Psi,      	936	, DESCR("greek capital letter psi; UNICODE(03A8) ISOgrk3")
Omega,      	937	, DESCR("greek capital letter omega; UNICODE(03A9) ISOgrk3")
alpha,      	945	, DESCR("greek small letter alpha; UNICODE(03B1) ISOgrk3")
beta,      	946	, DESCR("greek small letter beta; UNICODE(03B2) ISOgrk3")
gamma,      	947	, DESCR("greek small letter gamma; UNICODE(03B3) ISOgrk3")
delta,      	948	, DESCR("greek small letter delta; UNICODE(03B4) ISOgrk3")
epsilon,      	949	, DESCR("greek small letter epsilon; UNICODE(03B5) ISOgrk3")
zeta,      	950	, DESCR("greek small letter zeta; UNICODE(03B6) ISOgrk3")
eta,      	951	, DESCR("greek small letter eta; UNICODE(03B7) ISOgrk3")
theta,      	952	, DESCR("greek small letter theta; UNICODE(03B8) ISOgrk3")
iota,      	953	, DESCR("greek small letter iota; UNICODE(03B9) ISOgrk3")
kappa,      	954	, DESCR("greek small letter kappa; UNICODE(03BA) ISOgrk3")
lambda,      	955	, DESCR("greek small letter lambda; UNICODE(03BB) ISOgrk3")
mu,      	956	, DESCR("greek small letter mu; UNICODE(03BC) ISOgrk3")
nu,      	957	, DESCR("greek small letter nu; UNICODE(03BD) ISOgrk3")
xi,      	958	, DESCR("greek small letter xi; UNICODE(03BE) ISOgrk3")
omicron,      	959	, DESCR("greek small letter omicron; UNICODE(03BF) NEW")
pi,      	960	, DESCR("greek small letter pi; UNICODE(03C0) ISOgrk3")
rho,      	961	, DESCR("greek small letter rho; UNICODE(03C1) ISOgrk3")
sigmaf,      	962	, DESCR("greek small letter final sigma; UNICODE(03C2) ISOgrk3")
sigma,      	963	, DESCR("greek small letter sigma; UNICODE(03C3) ISOgrk3")
tau,      	964	, DESCR("greek small letter tau; UNICODE(03C4) ISOgrk3")
upsilon,      	965	, DESCR("greek small letter upsilon; UNICODE(03C5) ISOgrk3")
phi,      	966	, DESCR("greek small letter phi; UNICODE(03C6) ISOgrk3")
chi,      	967	, DESCR("greek small letter chi; UNICODE(03C7) ISOgrk3")
psi,      	968	, DESCR("greek small letter psi; UNICODE(03C8) ISOgrk3")
omega,      	969	, DESCR("greek small letter omega; UNICODE(03C9) ISOgrk3")
thetasym,      	977	, DESCR("greek small letter theta symbol; UNICODE(03D1) NEW")
upsih,      	978	, DESCR("greek upsilon with hook symbol; UNICODE(03D2) NEW")
piv,      	982	, DESCR("greek pi symbol; UNICODE(03D6) ISOgrk3")
bull,      	8226	, DESCR("bullet = black small circle; UNICODE(2022) TABLE(ISOpub)")
hellip,      	8230	, DESCR("horizontal ellipsis = three dot leader; UNICODE(2026) TABLE(ISOpub)")
prime,      	8242	, DESCR("prime = minutes = feet; UNICODE(2032) TABLE(ISOtech)")
Prime,      	8243	, DESCR("double prime = seconds = inches; UNICODE(2033) TABLE(ISOtech)")
oline,      	8254	, DESCR("overline = spacing overscore; UNICODE(203E) NEW")
frasl,      	8260	, DESCR("fraction slash; UNICODE(2044) NEW")
weierp,      	8472	, DESCR("script capital P = power set  = Weierstrass p; UNICODE(2118) TABLE(ISOamso)")
image,      	8465	, DESCR("blackletter capital I = imaginary part; UNICODE(2111) TABLE(ISOamso)")
real,      	8476	, DESCR("blackletter capital R = real part symbol; UNICODE(211C) TABLE(ISOamso)")
trade,      	8482	, DESCR("trade mark sign; UNICODE(2122) TABLE(ISOnum)")
alefsym,      	8501	, DESCR("alef symbol = first transfinite cardinal; UNICODE(2135) NEW")
larr,      	8592	, DESCR("leftwards arrow; UNICODE(2190) TABLE(ISOnum)")
uarr,      	8593	, DESCR("upwards arrow; UNICODE(2191) TABLE(ISOnum)")
rarr,      	8594	, DESCR("rightwards arrow; UNICODE(2192) TABLE(ISOnum)")
darr,      	8595	, DESCR("downwards arrow; UNICODE(2193) TABLE(ISOnum)")
harr,      	8596	, DESCR("left right arrow; UNICODE(2194) TABLE(ISOamsa)")
crarr,      	8629	, DESCR("downwards arrow with corner leftwards  = carriage return; UNICODE(21B5) NEW")
lArr,      	8656	, DESCR("leftwards double arrow; UNICODE(21D0) TABLE(ISOtech)")
uArr,      	8657	, DESCR("upwards double arrow; UNICODE(21D1) TABLE(ISOamsa)")
rArr,      	8658	, DESCR("rightwards double arrow; UNICODE(21D2) TABLE(ISOtech)")
dArr,      	8659	, DESCR("downwards double arrow; UNICODE(21D3) TABLE(ISOamsa)")
hArr,      	8660	, DESCR("left right double arrow; UNICODE(21D4) TABLE(ISOamsa)")
forall,      	8704	, DESCR("for all; UNICODE(2200) TABLE(ISOtech)")
part,      	8706	, DESCR("partial differential; UNICODE(2202) TABLE(ISOtech)")
exist,      	8707	, DESCR("there exists; UNICODE(2203) TABLE(ISOtech)")
empty,      	8709	, DESCR("empty set = null set = diameter; UNICODE(2205) TABLE(ISOamso)")
nabla,      	8711	, DESCR("nabla = backward difference; UNICODE(2207) TABLE(ISOtech)")
isin,      	8712	, DESCR("element of; UNICODE(2208) TABLE(ISOtech)")
notin,      	8713	, DESCR("not an element of; UNICODE(2209) TABLE(ISOtech)")
ni,      	8715	, DESCR("contains as member; UNICODE(220B) TABLE(ISOtech)")
prod,      	8719	, DESCR("n-ary product = product sign; UNICODE(220F) TABLE(ISOamsb)")
sum,      	8721	, DESCR("n-ary sumation; UNICODE(2211) TABLE(ISOamsb)")
minus,      	8722	, DESCR("minus sign; UNICODE(2212) TABLE(ISOtech)")
lowast,      	8727	, DESCR("asterisk operator; UNICODE(2217) TABLE(ISOtech)")
radic,      	8730	, DESCR("square root = radical sign; UNICODE(221A) TABLE(ISOtech)")
prop,      	8733	, DESCR("proportional to; UNICODE(221D) TABLE(ISOtech)")
infin,      	8734	, DESCR("infinity; UNICODE(221E) TABLE(ISOtech)")
ang,      	8736	, DESCR("angle; UNICODE(2220) TABLE(ISOamso)")
and,      	8743	, DESCR("logical and = wedge; UNICODE(2227) TABLE(ISOtech)")
or,      	8744	, DESCR("logical or = vee; UNICODE(2228) TABLE(ISOtech)")
cap,      	8745	, DESCR("intersection = cap; UNICODE(2229) TABLE(ISOtech)")
cup,      	8746	, DESCR("union = cup; UNICODE(222A) TABLE(ISOtech)")
int,      	8747	, DESCR("integral; UNICODE(222B) TABLE(ISOtech)")
there4,      	8756	, DESCR("therefore; UNICODE(2234) TABLE(ISOtech)")
sim,      	8764	, DESCR("tilde operator = varies with = similar to; UNICODE(223C) TABLE(ISOtech)")
cong,      	8773	, DESCR("approximately equal to; UNICODE(2245) TABLE(ISOtech)")
asymp,      	8776	, DESCR("almost equal to = asymptotic to; UNICODE(2248) ISOamsr")
ne,      	8800	, DESCR("not equal to; UNICODE(2260) TABLE(ISOtech)")
equiv,      	8801	, DESCR("identical to; UNICODE(2261) TABLE(ISOtech)")
le,      	8804	, DESCR("less-than or equal to; UNICODE(2264) TABLE(ISOtech)")
ge,      	8805	, DESCR("greater-than or equal to; UNICODE(2265) TABLE(ISOtech)")
sub,      	8834	, DESCR("subset of; UNICODE(2282) TABLE(ISOtech)")
sup,      	8835	, DESCR("superset of; UNICODE(2283) TABLE(ISOtech)")
nsub,      	8836	, DESCR("not a subset of; UNICODE(2284) ISOamsn")
sube,      	8838	, DESCR("subset of or equal to; UNICODE(2286) TABLE(ISOtech)")
supe,      	8839	, DESCR("superset of or equal to; UNICODE(2287) TABLE(ISOtech)")
oplus,      	8853	, DESCR("circled plus = direct sum; UNICODE(2295) TABLE(ISOamsb)")
otimes,      	8855	, DESCR("circled times = vector product; UNICODE(2297) TABLE(ISOamsb)")
perp,      	8869	, DESCR("up tack = orthogonal to = perpendicular; UNICODE(22A5) TABLE(ISOtech)")
sdot,      	8901	, DESCR("dot operator; UNICODE(22C5) TABLE(ISOamsb)")
lceil,      	8968	, DESCR("left ceiling = apl upstile; UNICODE(2308) TABLE(ISOamsc)")
rceil,      	8969	, DESCR("right ceiling; UNICODE(2309) TABLE(ISOamsc)")
lfloor,      	8970	, DESCR("left floor = apl downstile; UNICODE(230A) TABLE(ISOamsc)")
rfloor,      	8971	, DESCR("right floor; UNICODE(230B) TABLE(ISOamsc)")
lang,      	9001	, DESCR("left-pointing angle bracket = bra; UNICODE(2329) TABLE(ISOtech)")
rang,      	9002	, DESCR("right-pointing angle bracket = ket; UNICODE(232A) TABLE(ISOtech)")
loz,      	9674	, DESCR("lozenge; UNICODE(25CA) TABLE(ISOpub)")
spades,      	9824	, DESCR("black spade suit; UNICODE(2660) TABLE(ISOpub)")
clubs,      	9827	, DESCR("black club suit = shamrock; UNICODE(2663) TABLE(ISOpub)")
hearts,      	9829	, DESCR("black heart suit = valentine; UNICODE(2665) TABLE(ISOpub)")
diams,      	9830	, DESCR("black diamond suit; UNICODE(2666) TABLE(ISOpub)")