HTML Reference

HTML Tags

Results: 119

ID HTML Tag Description HTML 5 HTML 4 XHTML
1 <!--...--> Defines a comment
2 <!DOCTYPE> Defines the document type
3 <a> Defines a hyperlink Yes Yes Yes
4 <abbr> Defines an abbreviation or an acronym Yes Yes Yes
5 <acronym> Not supported in HTML5. Use <abbr> instead.Defines an acronym No Yes Yes
6 <address> Defines contact information for the author/owner of a document Yes Yes Yes
7 <applet> Not supported in HTML5. Use <embed> or <object> instead.Defines an embedded applet No Yes No
8 <area> Defines an area inside an image-map Yes Yes No
9 <article> Defines an article Yes No No
10 <aside> Defines content aside from the page content Yes No No
11 <audio> Defines sound content Yes No No
12 <b> Defines bold text Yes Yes Yes
13 <base> Specifies the base URL/target for all relative URLs in a document Yes Yes Yes
14 <basefont> Not supported in HTML5. Use CSS instead.Specifies a default color, size, and font for all text in a document No Yes No
15 <bdi> Isolates a part of text that might be formatted in a different direction from other text outside it Yes No No
16 <bdo> Overrides the current text direction Yes Yes No
17 <big> Not supported in HTML5. Use CSS instead.Defines big text No Yes Yes
18 <blockquote> Defines a section that is quoted from another source Yes Yes Yes
19 <body> Defines the document's body Yes Yes Yes
20 <br> Defines a single line break Yes Yes Yes
21 <button> Defines a clickable button Yes Yes Yes
22 <canvas> Used to draw graphics, on the fly, via scripting (usually JavaScript) Yes No No
23 <caption> Defines a table caption Yes Yes Yes
24 <center> Not supported in HTML5. Use CSS instead.Defines centered text No Yes No
25 <cite> Defines the title of a work Yes Yes Yes
26 <code> Defines a piece of computer code Yes Yes Yes
27 <col> Specifies column properties for each column within a <colgroup> element Yes Yes No
28 <colgroup> Specifies a group of one or more columns in a table for formatting Yes Yes No
29 <data> Links the given content with a machine-readable translation
30 <datalist> Specifies a list of pre-defined options for input controls Yes No No
31 <dd> Defines a description/value of a term in a description list Yes Yes Yes
32 <del> Defines text that has been deleted from a document Yes Yes No
33 <details> Defines additional details that the user can view or hide Yes No No
34 <dfn> Represents the defining instance of a term Yes Yes Yes
35 <dialog> Defines a dialog box or window Yes No No
36 <dir> Not supported in HTML5. Use <ul> instead.Defines a directory list No Yes No
37 <div> Defines a section in a document Yes Yes Yes
38 <dl> Defines a description list Yes Yes Yes
39 <dt> Defines a term/name in a description list Yes Yes Yes
40 <em> Defines emphasized text Yes Yes Yes
41 <embed> Defines a container for an external (non-HTML) application Yes No No
42 <fieldset> Groups related elements in a form Yes Yes Yes
43 <figcaption> Defines a caption for a <figure> element Yes No No
44 <figure> Specifies self-contained content Yes No No
45 <font> Not supported in HTML5. Use CSS instead.Defines font, color, and size for text No Yes No
46 <footer> Defines a footer for a document or section Yes No No
47 <form> Defines an HTML form for user input Yes Yes Yes
48 <frame> Not supported in HTML5.Defines a window (a frame) in a frameset No No No
49 <frameset> Not supported in HTML5.Defines a set of frames No Yes No
50 <h1> to <h6> Defines HTML headings Yes Yes Yes
51 <head> Defines information about the document Yes Yes Yes
52 <header> Defines a header for a document or section Yes No No
53 <hr> Defines a thematic change in the content Yes Yes Yes
54 <html> Defines the root of an HTML document Yes Yes Yes
55 <i> Defines a part of text in an alternate voice or mood Yes Yes Yes
56 <iframe> Defines an inline frame Yes Yes No
57 <img> Defines an image Yes Yes Yes
58 <input> Defines an input control Yes Yes Yes
59 <ins> Defines a text that has been inserted into a document Yes Yes No
60 <kbd> Defines keyboard input Yes Yes Yes
61 <label> Yes Yes Yes
62 <legend> Defines a caption for a <fieldset> element Yes Yes Yes
63 <li> Defines a list item Yes Yes Yes
64 <link> Defines the relationship between a document and an external resource (most used to link to style sheets) Yes Yes Yes
65 <main> Specifies the main content of a document Yes No No
66 <map> Defines a client-side image-map Yes Yes No
67 <mark> Defines marked/highlighted text Yes No No
68 <meta> Defines metadata about an HTML document Yes Yes Yes
69 <meter> Defines a scalar measurement within a known range (a gauge) Yes No No
70 <nav> Defines navigation links Yes No No
71 <noframes> Not supported in HTML5.Defines an alternate content for users that do not support frames No Yes No
72 <noscript> Defines an alternate content for users that do not support client-side scripts Yes Yes Yes
73 <object> Defines an embedded object Yes Yes Yes
74 <ol> Defines an ordered list Yes Yes Yes
75 <optgroup> Defines a group of related options in a drop-down list Yes Yes Yes
76 <option> Defines an option in a drop-down list Yes Yes Yes
77 <output> Defines the result of a calculation Yes No No
78 <p> Defines a paragraph Yes Yes Yes
79 <param> Defines a parameter for an object Yes Yes Yes
80 <picture> Defines a container for multiple image resources
81 <pre> Defines preformatted text Yes Yes Yes
82 <progress> Represents the progress of a task Yes No No
83 <q> Defines a short quotation Yes Yes Yes
84 <rp> Defines what to show in browsers that do not support ruby annotations Yes No No
85 <rt> Defines an explanation/pronunciation of characters (for East Asian typography) Yes No No
86 <ruby> Defines a ruby annotation (for East Asian typography) Yes No No
87 <s> Defines text that is no longer correct Yes Yes No
88 <samp> Defines sample output from a computer program Yes Yes Yes
89 <script> Defines a client-side script Yes Yes Yes
90 <section> Defines a section in a document Yes No No
91 <select> Defines a drop-down list Yes Yes Yes
92 <small> Defines smaller text Yes Yes Yes
93 <source> Defines multiple media resources for media elements (<video> and <audio>) Yes No No
94 <span> Defines a section in a document Yes Yes Yes
95 <strike> Not supported in HTML5. Use <del> or <s> instead.Defines strikethrough text No Yes No
96 <strong> Defines important text Yes Yes Yes
97 <style> Defines style information for a document Yes Yes Yes
98 <sub> Defines subscripted text Yes Yes Yes
99 <summary> Defines a visible heading for a <details> element Yes No No
100 <sup> Defines superscripted text Yes Yes Yes
101 <svg> Defines a container for SVG graphics
102 <table> Defines a table Yes Yes Yes
103 <tbody> Groups the body content in a table Yes Yes No
104 <td> Defines a cell in a table Yes Yes Yes
105 <template> Defines a template
106 <textarea> Defines a multiline input control (text area) Yes Yes Yes
107 <tfoot> Groups the footer content in a table Yes Yes No
108 <th> Defines a header cell in a table Yes Yes Yes
109 <thead> Groups the header content in a table Yes Yes No
110 <time> Defines a date/time Yes No No
111 <title> Defines a title for the document Yes Yes Yes
112 <tr> Defines a row in a table Yes Yes Yes
113 <track> Defines text tracks for media elements (<video> and <audio>) Yes No No
114 <tt> Not supported in HTML5. Use CSS instead.Defines teletype text No Yes Yes
115 <u> Defines text that should be stylistically different from normal text Yes Yes No
116 <ul> Defines an unordered list Yes Yes Yes
117 <var> Defines a variable Yes Yes Yes
118 <video> Defines a video or movie Yes No No
119 <wbr> Defines a possible line-break Yes No No

HTML Symbols

Results: 330

ID HTML Symbol HTML Entity Entity Number Description Type
1 Π&OElig; &#338; Uppercase ligature OE Miscellaneous HTML Entity
2 œ &oelig; &#339; Lowercase ligature OE Miscellaneous HTML Entity
3 Š &Scaron; &#352; Uppercase S with caron Miscellaneous HTML Entity
4 š &scaron; &#353; Lowercase S with caron Miscellaneous HTML Entity
5 Ÿ &Yuml; &#376; Capital Y with diaeres Miscellaneous HTML Entity
6 ƒ &fnof; &#402; Lowercase with hook Miscellaneous HTML Entity
7 ˆ &circ; &#710; Circumflex accent Miscellaneous HTML Entity
8 ˜ &tilde; &#732; Tilde Miscellaneous HTML Entity
9 &ensp; &#8194; En space Miscellaneous HTML Entity
10 &emsp; &#8195; Em space Miscellaneous HTML Entity
11 &thinsp; &#8201; Thin space Miscellaneous HTML Entity
12 ? &zwnj; &#8204; Zero width non-joiner Miscellaneous HTML Entity
13 ? &zwj; &#8205; Zero width joiner Miscellaneous HTML Entity
14 ? &lrm; &#8206; Left-to-right mark Miscellaneous HTML Entity
15 ? &rlm; &#8207; Right-to-left mark Miscellaneous HTML Entity
16 &ndash; &#8211; En dash Miscellaneous HTML Entity
17 &mdash; &#8212; Em dash Miscellaneous HTML Entity
18 &lsquo; &#8216; Left single quotation mark Miscellaneous HTML Entity
19 &rsquo; &#8217; Right single quotation mark Miscellaneous HTML Entity
20 &sbquo; &#8218; Single low-9 quotation mark Miscellaneous HTML Entity
21 &ldquo; &#8220; Left double quotation mark Miscellaneous HTML Entity
22 &rdquo; &#8221; Right double quotation mark Miscellaneous HTML Entity
23 &bdquo; &#8222; Double low-9 quotation mark Miscellaneous HTML Entity
24 &dagger; &#8224; Dagger Miscellaneous HTML Entity
25 &Dagger; &#8225; Double dagger Miscellaneous HTML Entity
26 &bull; &#8226; Bullet Miscellaneous HTML Entity
27 &hellip; &#8230; Horizontal ellipsis Miscellaneous HTML Entity
28 &permil; &#8240; Per mille Miscellaneous HTML Entity
29 ? &prime; &#8242; Minutes (Degrees) Miscellaneous HTML Entity
30 ? &Prime; &#8243; Seconds (Degrees) Miscellaneous HTML Entity
31 &lsaquo; &#8249; Single left angle quotation Miscellaneous HTML Entity
32 &rsaquo; &#8250; Single right angle quotation Miscellaneous HTML Entity
33 ? &oline; &#8254; Overline Miscellaneous HTML Entity
34 &euro; &#8364; Euro Miscellaneous HTML Entity
35 &trade; &#8482; Trademark Miscellaneous HTML Entity
36 ? &larr; &#8592; Left arrow Miscellaneous HTML Entity
37 ? &uarr; &#8593; Up arrow Miscellaneous HTML Entity
38 ? &rarr; &#8594; Right arrow Miscellaneous HTML Entity
39 ? &darr; &#8595; Down arrow Miscellaneous HTML Entity
40 ? &harr; &#8596; Left right arrow Miscellaneous HTML Entity
41 ? &crarr; &#8629; Carriage return arrow Miscellaneous HTML Entity
42 ? &lceil; &#8968; Left ceiling Miscellaneous HTML Entity
43 ? &rceil; &#8969; Right ceiling Miscellaneous HTML Entity
44 ? &lfloor; &#8970; Left floor Miscellaneous HTML Entity
45 ? &rfloor; &#8971; Right floor Miscellaneous HTML Entity
46 ? &loz; &#9674; Lozenge Miscellaneous HTML Entity
47 ? &spades; &#9824; Spade Miscellaneous HTML Entity
48 ? &clubs; &#9827; Club Miscellaneous HTML Entity
49 ? &hearts; &#9829; Heart Miscellaneous HTML Entity
50 ? &diams; &#9830; Diamond Miscellaneous HTML Entity
51 ? &forall; &#8704; For all Math Symbol
52 ? &part; &#8706; Part Math Symbol
53 ? &exist; &#8707; Exist Math Symbol
54 ? &empty; &#8709; Empty Math Symbol
55 ? &nabla; &#8711; Nabla Math Symbol
56 ? &isin; &#8712; Is in Math Symbol
57 ? &notin; &#8713; Not in Math Symbol
58 ? &ni; &#8715; Ni Math Symbol
59 ? &prod; &#8719; Product Math Symbol
60 ? &sum; &#8721; Sum Math Symbol
61 ? &minus; &#8722; Minus Math Symbol
62 ? &lowast; &#8727; Asterisk (Lowast) Math Symbol
63 ? &radic; &#8730; Square root Math Symbol
64 ? &prop; &#8733; Proportional to Math Symbol
65 ? &infin; &#8734; Infinity Math Symbol
66 ? &ang; &#8736; Angle Math Symbol
67 ? &and; &#8743; And Math Symbol
68 ? &or; &#8744; Or Math Symbol
69 ? &cap; &#8745; Cap Math Symbol
70 ? &cup; &#8746; Cup Math Symbol
71 ? &int; &#8747; Integral Math Symbol
72 ? &there4; &#8756; Therefore Math Symbol
73 ? &sim; &#8764; Similar to Math Symbol
74 ? &cong; &#8773; Congurent to Math Symbol
75 ? &asymp; &#8776; Almost equal Math Symbol
76 ? &ne; &#8800; Not equal Math Symbol
77 ? &equiv; &#8801; Equivalent Math Symbol
78 ? &le; &#8804; Less or equal Math Symbol
79 ? &ge; &#8805; Greater or equal Math Symbol
80 ? &sub; &#8834; Subset of Math Symbol
81 ? &sup; &#8835; Superset of Math Symbol
82 ? &nsub; &#8836; Not subset of Math Symbol
83 ? &sube; &#8838; Subset or equal Math Symbol
84 ? &supe; &#8839; Superset or equal Math Symbol
85 ? &oplus; &#8853; Circled plus Math Symbol
86 ? &otimes; &#8855; Circled times Math Symbol
87 ? &perp; &#8869; Perpendicular Math Symbol
88 ? &sdot; &#8901; Dot operator Math Symbol
89 &nbsp; &#160; Non-breaking space ISO-8859-1 Symbol
90 ¡ &iexcl; &#161; Inverted exclamation mark ISO-8859-1 Symbol
91 ¢ &cent; &#162; Cent ISO-8859-1 Symbol
92 £ &pound; &#163; Pound ISO-8859-1 Symbol
93 ¤ &curren; &#164; Currency ISO-8859-1 Symbol
94 ¥ &yen; &#165; Yen ISO-8859-1 Symbol
95 ¦ &brvbar; &#166; Broken vertical bar ISO-8859-1 Symbol
96 § &sect; &#167; Section ISO-8859-1 Symbol
97 ¨ &uml; &#168; Spacing diaeresis ISO-8859-1 Symbol
98 © &copy; &#169; Copyright ISO-8859-1 Symbol
99 ª &ordf; &#170; Feminine ordinal indicator ISO-8859-1 Symbol
100 « &laquo; &#171; Opening/Left angle quotation mark ISO-8859-1 Symbol
101 ¬ &not; &#172; Negation ISO-8859-1 Symbol
102 ­ &shy; &#173; Soft hyphen ISO-8859-1 Symbol
103 ® &reg; &#174; Registered trademark ISO-8859-1 Symbol
104 ¯ &macr; &#175; Spacing macron ISO-8859-1 Symbol
105 ° &deg; &#176; Degree ISO-8859-1 Symbol
106 ± &plusmn; &#177; Plus or minus ISO-8859-1 Symbol
107 ² &sup2; &#178; Superscript 2 ISO-8859-1 Symbol
108 ³ &sup3; &#179; Superscript 3 ISO-8859-1 Symbol
109 ´ &acute; &#180; Spacing acute ISO-8859-1 Symbol
110 µ &micro; &#181; Micro ISO-8859-1 Symbol
111 &para; &#182; Paragraph ISO-8859-1 Symbol
112 ¸ &cedil; &#184; Spacing cedilla ISO-8859-1 Symbol
113 ¹ &sup1; &#185; Superscript 1 ISO-8859-1 Symbol
114 º &ordm; &#186; Masculine ordinal indicator ISO-8859-1 Symbol
115 » &raquo; &#187; Closing/Right angle quotation mark ISO-8859-1 Symbol
116 ¼ &frac14; &#188; Fraction 1/4 ISO-8859-1 Symbol
117 ½ &frac12; &#189; Fraction 1/2 ISO-8859-1 Symbol
118 ¾ &frac34; &#190; Fraction 3/4 ISO-8859-1 Symbol
119 ¿ &iquest; &#191; Inverted question mark ISO-8859-1 Symbol
120 × &times; &#215; Multiplication ISO-8859-1 Symbol
121 ÷ &divide; &#247; Divide ISO-8859-1 Symbol
122 À &Agrave; &#192; Capital a with grave accent ISO-8859-1 Character
123 Á &Aacute; &#193; Capital a with acute accent ISO-8859-1 Character
124 Â &Acirc; &#194; Capital a with circumflex accent ISO-8859-1 Character
125 Ã &Atilde; &#195; Capital a with tilde ISO-8859-1 Character
126 Ä &Auml; &#196; Capital a with umlaut ISO-8859-1 Character
127 Å &Aring; &#197; Capital a with ring ISO-8859-1 Character
128 Æ &AElig; &#198; Capital ae ISO-8859-1 Character
129 Ç &Ccedil; &#199; Capital c with cedilla ISO-8859-1 Character
130 È &Egrave; &#200; Capital e with grave accent ISO-8859-1 Character
131 É &Eacute; &#201; Capital e with acute accent ISO-8859-1 Character
132 Ê &Ecirc; &#202; Capital e with circumflex accent ISO-8859-1 Character
133 Ë &Euml; &#203; Capital e with umlaut ISO-8859-1 Character
134 Ì &Igrave; &#204; Capital i with grave accent ISO-8859-1 Character
135 Í &Iacute; &#205; Capital i with accute accent ISO-8859-1 Character
136 Î &Icirc; &#206; Capital i with circumflex accent ISO-8859-1 Character
137 Ï &Iuml; &#207; Capital i with umlaut ISO-8859-1 Character
138 Ð &ETH; &#208; Capital eth (Icelandic) ISO-8859-1 Character
139 Ñ &Ntilde; &#209; Capital n with tilde ISO-8859-1 Character
140 Ò &Ograve; &#210; Capital o with grave accent ISO-8859-1 Character
141 Ó &Oacute; &#211; Capital o with accute accent ISO-8859-1 Character
142 Ô &Ocirc; &#212; Capital o with circumflex accent ISO-8859-1 Character
143 Õ &Otilde; &#213; Capital o with tilde ISO-8859-1 Character
144 Ö &Ouml; &#214; Capital o with umlaut ISO-8859-1 Character
145 Ø &Oslash; &#216; Capital o with slash ISO-8859-1 Character
146 Ù &Ugrave; &#217; Capital u with grave accent ISO-8859-1 Character
147 Ú &Uacute; &#218; Capital u with acute accent ISO-8859-1 Character
148 Û &Ucirc; &#219; Capital u with circumflex accent ISO-8859-1 Character
149 Ü &Uuml; &#220; Capital u with umlaut ISO-8859-1 Character
150 Ý &Yacute; &#221; Capital y with acute accent ISO-8859-1 Character
151 Þ &THORN; &#222; Capital thorn (Icelandic) ISO-8859-1 Character
152 ß &szlig; &#223; Lowercase sharp s (German) ISO-8859-1 Character
153 à &agrave; &#224; Lowercase a with grave accent ISO-8859-1 Character
154 á &aacute; &#225; Lowercase a with acute accent ISO-8859-1 Character
155 â &acirc; &#226; Lowercase a with circumflex accent ISO-8859-1 Character
156 ã &atilde; &#227; Lowercase a with tilde ISO-8859-1 Character
157 ä &auml; &#228; Lowercase a with umlaut ISO-8859-1 Character
158 å &aring; &#229; Lowercase a with ring ISO-8859-1 Character
159 æ &aelig; &#230; Lowercase ae ISO-8859-1 Character
160 ç &ccedil; &#231; Lowercase c with cedilla ISO-8859-1 Character
161 è &egrave; &#232; Lowercase e with grave accent ISO-8859-1 Character
162 é &eacute; &#233; Lowercase e with acute accent ISO-8859-1 Character
163 ê &ecirc; &#234; Lowercase e with circumflex accent ISO-8859-1 Character
164 ë &euml; &#235; Lowercase e with umlaut ISO-8859-1 Character
165 ì &igrave; &#236; Lowercase i with grave accent ISO-8859-1 Character
166 í &iacute; &#237; Lowercase i with acute accent ISO-8859-1 Character
167 î &icirc; &#238; Lowercase i with circumflex accent ISO-8859-1 Character
168 ï &iuml; &#239; Lowercase i with umlaut ISO-8859-1 Character
169 ð &eth; &#240; Lowercase eth (Icelandic) ISO-8859-1 Character
170 ñ &ntilde; &#241; Lowercase n with tilde ISO-8859-1 Character
171 ò &ograve; &#242; Lowercase o with grave accent ISO-8859-1 Character
172 ó &oacute; &#243; Lowercase o with acute accent ISO-8859-1 Character
173 ô &ocirc; &#244; Lowercase o with circumflex accent ISO-8859-1 Character
174 õ &otilde; &#245; Lowercase o with tilde ISO-8859-1 Character
175 ö &ouml; &#246; Lowercase o with umlaut ISO-8859-1 Character
176 ø &oslash; &#248; Lowercase o with slash ISO-8859-1 Character
177 ù &ugrave; &#249; Lowercase u with grave accent ISO-8859-1 Character
178 ú &uacute; &#250; Lowercase u with acute accent ISO-8859-1 Character
179 û &ucirc; &#251; Lowercase u with circumflex accent ISO-8859-1 Character
180 ü &uuml; &#252; Lowercase u with umlaut ISO-8859-1 Character
181 ý &yacute; &#253; Lowercase y with acute accent ISO-8859-1 Character
182 þ &thorn; &#254; Lowercase thorn (Icelandic) ISO-8859-1 Character
183 ÿ &yuml; &#255; Lowercase y with umlaut ISO-8859-1 Character
184 ? &Alpha; &#913; Alpha Greek Letter
185 ? &Beta; &#914; Beta Greek Letter
186 ? &Gamma; &#915; Gamma Greek Letter
187 ? &Delta; &#916; Delta Greek Letter
188 ? &Epsilon; &#917; Epsilon Greek Letter
189 ? &Zeta; &#918; Zeta Greek Letter
190 ? &Eta; &#919; Eta Greek Letter
191 ? &Theta; &#920; Theta Greek Letter
192 ? &Iota; &#921; Iota Greek Letter
193 ? &Kappa; &#922; Kappa Greek Letter
194 ? &Lambda; &#923; Lambda Greek Letter
195 ? &Mu; &#924; Mu Greek Letter
196 ? &Nu; &#925; Nu Greek Letter
197 ? &Xi; &#926; Xi Greek Letter
198 ? &Omicron; &#927; Omicron Greek Letter
199 ? &Pi; &#928; Pi Greek Letter
200 ? &Rho; &#929; Rho Greek Letter
201 ? &Sigma; &#931; Sigma Greek Letter
202 ? &Tau; &#932; Tau Greek Letter
203 ? &Upsilon; &#933; Upsilon Greek Letter
204 ? &Phi; &#934; Phi Greek Letter
205 ? &Chi; &#935; Chi Greek Letter
206 ? &Psi; &#936; Psi Greek Letter
207 ? &Omega; &#937; Omega Greek Letter
208 ? &alpha; &#945; alpha Greek Letter
209 ? &beta; &#946; beta Greek Letter
210 ? &gamma; &#947; gamma Greek Letter
211 ? &delta; &#948; delta Greek Letter
212 ? &epsilon; &#949; epsilon Greek Letter
213 ? &zeta; &#950; zeta Greek Letter
214 ? &eta; &#951; eta Greek Letter
215 ? &theta; &#952; theta Greek Letter
216 ? &iota; &#953; iota Greek Letter
217 ? &kappa; &#954; kappa Greek Letter
218 ? &lambda; &#955; lambda Greek Letter
219 ? &mu; &#956; mu Greek Letter
220 ? &nu; &#957; nu Greek Letter
221 ? &xi; &#958; xi Greek Letter
222 ? &omicron; &#959; omicron Greek Letter
223 ? &pi; &#960; pi Greek Letter
224 ? &rho; &#961; rho Greek Letter
225 ? &sigmaf; &#962; sigmaf Greek Letter
226 ? &sigma; &#963; sigma Greek Letter
227 ? &tau; &#964; tau Greek Letter
228 ? &upsilon; &#965; upsilon Greek Letter
229 ? &phi; &#966; phi Greek Letter
230 ? &chi; &#967; chi Greek Letter
231 ? &psi; &#968; psi Greek Letter
232 ? &omega; &#969; omega Greek Letter
233 ? &thetasym; &#977; Theta symbol Greek Letter
234 ? &upsih; &#978; Upsilon symbol Greek Letter
235 ? &piv; &#982; Pi symbol Greek Letter
236 &#32; Space ASCII Character
237 ! &#33; Exclamation mark ASCII Character
238 " &#34; Quotation mark ASCII Character
239 # &#35; Number sign ASCII Character
240 $ &#36; Dollar sign ASCII Character
241 % &#37; Percent sign ASCII Character
242 & &amp; &#38; Ampersand ASCII Character
243 &#39; Apostrophe ASCII Character
244 ( &#40; Opening/Left Parenthesis ASCII Character
245 ) &#41; Closing/Right Parenthesis ASCII Character
246 * &#42; Asterisk ASCII Character
247 + &#43; Plus sign ASCII Character
248 , &#44; Comma ASCII Character
249 - &#45; Hyphen ASCII Character
250 . &#46; Period ASCII Character
251 / &#47; Slash ASCII Character
252 0 &#48; Digit 0 ASCII Character
253 1 &#49; Digit 1 ASCII Character
254 2 &#50; Digit 2 ASCII Character
255 3 &#51; Digit 3 ASCII Character
256 4 &#52; Digit 4 ASCII Character
257 5 &#53; Digit 5 ASCII Character
258 6 &#54; Digit 6 ASCII Character
259 7 &#55; Digit 7 ASCII Character
260 8 &#56; Digit 8 ASCII Character
261 9 &#57; Digit 9 ASCII Character
262 : &#58; Colon ASCII Character
263 ; &#59; Semicolon ASCII Character
264 < &lt; &#60; Less-than ASCII Character
265 = &#61; Equals sign ASCII Character
266 > &gt; &#62; Greater than ASCII Character
267 ? &#63; Question mark ASCII Character
268 @ &#64; At sign ASCII Character
269 A &#65; Uppercase A ASCII Character
270 B &#66; Uppercase B ASCII Character
271 C &#67; Uppercase C ASCII Character
272 D &#68; Uppercase D ASCII Character
273 E &#69; Uppercase E ASCII Character
274 F &#70; Uppercase F ASCII Character
275 G &#71; Uppercase G ASCII Character
276 H &#72; Uppercase H ASCII Character
277 I &#73; Uppercase I ASCII Character
278 J &#74; Uppercase J ASCII Character
279 K &#75; Uppercase K ASCII Character
280 L &#76; Uppercase L ASCII Character
281 M &#77; Uppercase M ASCII Character
282 N &#78; Uppercase N ASCII Character
283 O &#79; Uppercase O ASCII Character
284 P &#80; Uppercase P ASCII Character
285 Q &#81; Uppercase Q ASCII Character
286 R &#82; Uppercase R ASCII Character
287 S &#83; Uppercase S ASCII Character
288 T &#84; Uppercase T ASCII Character
289 U &#85; Uppercase U ASCII Character
290 V &#86; Uppercase V ASCII Character
291 W &#87; Uppercase W ASCII Character
292 X &#88; Uppercase X ASCII Character
293 Y &#89; Uppercase Y ASCII Character
294 Z &#90; Uppercase Z ASCII Character
295 [ &#91; Opening/Left square bracket ASCII Character
296 \ &#92; Backslash ASCII Character
297 ] &#93; Closing/Right square bracket ASCII Character
298 ^ &#94; Caret ASCII Character
299 _ &#95; Underscore ASCII Character
300 ` &#96; Grave accent ASCII Character
301 a &#97; Lowercase a ASCII Character
302 b &#98; Lowercase b ASCII Character
303 c &#99; Lowercase c ASCII Character
304 d &#100; Lowercase d ASCII Character
305 e &#101; Lowercase e ASCII Character
306 f &#102; Lowercase f ASCII Character
307 g &#103; Lowercase g ASCII Character
308 h &#104; Lowercase h ASCII Character
309 i &#105; Lowercase i ASCII Character
310 j &#106; Lowercase j ASCII Character
311 k &#107; Lowercase k ASCII Character
312 l &#108; Lowercase l ASCII Character
313 m &#109; Lowercase m ASCII Character
314 n &#110; Lowercase n ASCII Character
315 o &#111; Lowercase o ASCII Character
316 p &#112; Lowercase p ASCII Character
317 q &#113; Lowercase q ASCII Character
318 r &#114; Lowercase r ASCII Character
319 s &#115; Lowercase s ASCII Character
320 t &#116; Lowercase t ASCII Character
321 u &#117; Lowercase u ASCII Character
322 v &#118; Lowercase v ASCII Character
323 w &#119; Lowercase w ASCII Character
324 x &#120; Lowercase x ASCII Character
325 y &#121; Lowercase y ASCII Character
326 z &#122; Lowercase z ASCII Character
327 { &#123; Opening/Left curly brace ASCII Character
328 | &#124; Vertical bar ASCII Character
329 } &#125; Closing/Right curly brace ASCII Character
330 ~ &#126; Tilde ASCII Character

PHP HTML Symbol Codes

get_html_translation_table()

Array( ["] => " [&] => & [<] => < [>] => >)1