Special Characters

Download this document (Word 97 format)

HTML allows one to specify the properties of a character or set of characters. Thus, if a sequence of characters are to be bold, they are prefixed by the command: <b> and the command is cancelled using </b>. Similarly the start of italics is <i> and at the end </i> is used. The available properties are:

b

bold

i

italic

u

underline

sup

superscript

sub

subscript

pre

fixed font

The TAL question editor has an attributes window which helps you to insert the above properties when using the question editor, in the pre is called Tele Type.

A Newline is inserted using: <BR>

Two newlines are inserted by paragraph <P> at the start and </P>at the end.

Colours of fonts: <FONT color=#33cc66> is green

In your questions you may wish to use special ASCII symbols. This is done by specifying that the font face is "symbol" and then specifying the ascii code which is a number given in the table below. Thus the Greek symbol Pi is inserted using:

<font face="symbol">&#112;</font> which renders the character with ascii code 112 in the symbol font which happens to be a Pi.

Character

Description

Ascii Code

A

Alpha

65

α

Alpha

97

^

Logical And

217

Å

Angstrom

See Note

b

Beta

98

ë

Lower left corner of bracket

235

û

Lower Right corner of bracket

251

¾

Horizontal bar

190

é

Upper Left corner of bracket

233

ù

Upper Right corner of bracket

249

½

Vertical bar for bracket

189

Ç

Cap

199

c

Greek symbol chi

99

È

Cup or Union symbol

200

°

Degree

176

d

Greek symbol delta

100

D

Greek symbol Delta

68

Æ

Greek symbol Phi

198

e

Greek symbol epsi

101

E

Greek symbol Epsilon

69

h

Greek symbol eta

104

$

Mathematical symbol for "there exists"

36

"

Mathematical symbol for "for all"

34

g

Greek symbol gamma

103

G

Greek symbol Gamma

71

³

Mathematical symbol

179

Û

Mathematical symbol iff

219

¥

Mathematical symbol for infinity

165

I

Greek symbol Iota

73

i

Greek symbol iota

105

Î

Mathematical symbol for "is a member"

206

K

Greek symbol Kappa

75

k

Greek symbol kappa

107

L

Greek symbol Lambda

76

l

Greek symbol lambda

108

Ü

Mathematical symbol for "implication"

from right to left

220

£

Mathematical symbol "less than or equal"

163

±

Plus or minus

177

m

Greek symbol mu

109

¹

Mathematical symbol not equal

185

Ï

Mathematical symbol for "not in set"

207

w

Greek symbol omega

119

W

Greek symbol Omega

87

Å

O plus

197

Ú

Logical symbol "or"

218

Ä

O times

196

F

Greek Symbol Phi

70

f

Lower case Greek symbol phi

102

p

Lower case Greek symbol pi

112

P

Upper case Greek symbol Pi

80

¢

Right pointing prime

162

Y

Upper case Greek symbol Psi

89

y

Lower case Greek symbol psi

121

Þ

rArr

222

r

Lower case Greek symbol rho

114

S

Upper case Greek symbol Sigma

83

s

Lower case Greek symbol sigma

115

V

Sigmav

86

Ö

Square root symbol

214

Ì

Mathematical symbol "is a strict sub-set of"

204

Í

Mathematical symbol "is a sub-set of"

205

S

Sum

83

É

Mathematical symbol "is a strict superset of"

201

Ê

Mathematical symbol "is a superset of"

202

t

Lower case Greek symbol tau

116

Q

Upper case Greek symbol Theta

81

q

Lower case Greek symbol theta

113

J

Thetav

74

u

Lower case Greek symbol upsi

117

U

Upper case Greek symbol Upsi

85

X

Upper case Greek symbol Xi

88

x

Lower case Greek symbol xi

120

Z

Upper case Greek symbol Zeta

90

z

Lower case Greek symbol zeta

122

Angstrom is rendered using <Font face="times">&#197</font>

Updated 1st October 2001