Special HTML Characters

It's easy to make letters with accents in HTML. Use the following sequences in your HTML source code. You can combine the accents with letters other than the ones listed below if the combination appears in the extended Numeric set (see below).

SequenceDescription
áa with an acute accent (á)
èe with a grave accent (è)
îi with a circumflex accent (î)
üu with an umlaut (ü)
ÅA with a ring accent (Å)
ÇC with a cedilla (Ç)
ñn with a tilde (ñ)

Show Greek letters by placing the name of the letter between the & and ; characters. Capitalize the name of the Greek letter if you want the capital Greek letter.

αα
ββ
ππ
ΩΩ

The characters <, >, and & have special meanings in HTML. Use the following sequences to make these characters appear in your HTML document:

&amp;ampersand (&)
&lt;less than (<)
&gt;greater than (>)
&nbsp;nonbreaking space

This page lists all of the characters (including many mathematical characters) that can be displayed in HTML by this method. (Use the sequences in the Character Entity or Numeric Reference columns.)

You can also introduce characters from the extended Numeric set into your HTML files. For example, your browser will render the sequence &#163; (don't forget the semicolon!) in HTML source code as the character £. Warning: Characters with numeric references 130 to 159 are not standard across all browsers.

NumericcharNumericcharNumericcharNumericchar
129   161 ¡ 193 Á 225 á
130 162 ¢ 194 Â 226 â
131 ƒ 163 £ 195 Ã 227 ã
132 164 ¤ 196 Ä 228 ä
133 165 ¥ 197 Å 229 å
134 166 ¦ 198 Æ 230 æ
135 167 § 199 Ç 231 ç
136 ˆ 168 ¨ 200 È 232 è
137 169 © 201 É 233 é
138 Š 170 ª 202 Ê 234 ê
139 171 « 203 Ë 235 ë
140 Œ 172 ¬ 204 Ì 236 ì
141   173 ­ 205 Í 237 í
142   174 ® 206 Î 238 î
143   175 ¯ 207 Ï 239 ï
144   176 ° 208 Ð 240 ð
145 177 ± 209 Ñ 241 ñ
146 178 ² 210 Ò 242 ò
147 179 ³ 211 Ó 243 ó
148 180 ´ 212 Ô 244 ô
149 181 µ 213 Õ 245 õ
150 182 214 Ö 246 ö
151 183 · 215 × 247 ÷
152 ˜ 184 ¸ 216 Ø 248 ø
153 185 ¹ 217 Ù 249 ù
154 š 186 º 218 Ú 250 ú
155 187 » 219 Û 251 û
156 œ 188 ¼ 220 Ü 252 ü
157   189 ½ 221 Ý 253 ý
158   190 ¾ 222 Þ 254 þ
159 Ÿ 191 ¿ 223 ß 255 ÿ
160   192 À 224 à 256 Ā

If you still haven't found what you're looking for, check out the entire HTML character entity reference set. It allows the display of characters used in many different alphabets (European and Asian), along with many special symbols.