Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!-- Mathematical, Greek and Symbolic characters for XHTML --> |
michael@0 | 2 | |
michael@0 | 3 | <!-- Character entity set. Typical invocation: |
michael@0 | 4 | <!ENTITY % HTMLsymbol PUBLIC |
michael@0 | 5 | "-//W3C//ENTITIES Symbols for XHTML//EN" |
michael@0 | 6 | "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent"> |
michael@0 | 7 | %HTMLsymbol; |
michael@0 | 8 | --> |
michael@0 | 9 | |
michael@0 | 10 | <!-- Portions (C) International Organization for Standardization 1986: |
michael@0 | 11 | Permission to copy in any form is granted for use with |
michael@0 | 12 | conforming SGML systems and applications as defined in |
michael@0 | 13 | ISO 8879, provided this notice is included in all copies. |
michael@0 | 14 | --> |
michael@0 | 15 | |
michael@0 | 16 | <!-- Relevant ISO entity set is given unless names are newly introduced. |
michael@0 | 17 | New names (i.e., not in ISO 8879 list) do not clash with any |
michael@0 | 18 | existing ISO 8879 entity names. ISO 10646 character numbers |
michael@0 | 19 | are given for each character, in hex. values are decimal |
michael@0 | 20 | conversions of the ISO 10646 values and refer to the document |
michael@0 | 21 | character set. Names are Unicode names. |
michael@0 | 22 | --> |
michael@0 | 23 | |
michael@0 | 24 | <!-- Latin Extended-B --> |
michael@0 | 25 | <!ENTITY fnof "ƒ"> <!-- latin small letter f with hook = function |
michael@0 | 26 | = florin, U+0192 ISOtech --> |
michael@0 | 27 | |
michael@0 | 28 | <!-- Greek --> |
michael@0 | 29 | <!ENTITY Alpha "Α"> <!-- greek capital letter alpha, U+0391 --> |
michael@0 | 30 | <!ENTITY Beta "Β"> <!-- greek capital letter beta, U+0392 --> |
michael@0 | 31 | <!ENTITY Gamma "Γ"> <!-- greek capital letter gamma, |
michael@0 | 32 | U+0393 ISOgrk3 --> |
michael@0 | 33 | <!ENTITY Delta "Δ"> <!-- greek capital letter delta, |
michael@0 | 34 | U+0394 ISOgrk3 --> |
michael@0 | 35 | <!ENTITY Epsilon "Ε"> <!-- greek capital letter epsilon, U+0395 --> |
michael@0 | 36 | <!ENTITY Zeta "Ζ"> <!-- greek capital letter zeta, U+0396 --> |
michael@0 | 37 | <!ENTITY Eta "Η"> <!-- greek capital letter eta, U+0397 --> |
michael@0 | 38 | <!ENTITY Theta "Θ"> <!-- greek capital letter theta, |
michael@0 | 39 | U+0398 ISOgrk3 --> |
michael@0 | 40 | <!ENTITY Iota "Ι"> <!-- greek capital letter iota, U+0399 --> |
michael@0 | 41 | <!ENTITY Kappa "Κ"> <!-- greek capital letter kappa, U+039A --> |
michael@0 | 42 | <!ENTITY Lambda "Λ"> <!-- greek capital letter lamda, |
michael@0 | 43 | U+039B ISOgrk3 --> |
michael@0 | 44 | <!ENTITY Mu "Μ"> <!-- greek capital letter mu, U+039C --> |
michael@0 | 45 | <!ENTITY Nu "Ν"> <!-- greek capital letter nu, U+039D --> |
michael@0 | 46 | <!ENTITY Xi "Ξ"> <!-- greek capital letter xi, U+039E ISOgrk3 --> |
michael@0 | 47 | <!ENTITY Omicron "Ο"> <!-- greek capital letter omicron, U+039F --> |
michael@0 | 48 | <!ENTITY Pi "Π"> <!-- greek capital letter pi, U+03A0 ISOgrk3 --> |
michael@0 | 49 | <!ENTITY Rho "Ρ"> <!-- greek capital letter rho, U+03A1 --> |
michael@0 | 50 | <!-- there is no Sigmaf, and no U+03A2 character either --> |
michael@0 | 51 | <!ENTITY Sigma "Σ"> <!-- greek capital letter sigma, |
michael@0 | 52 | U+03A3 ISOgrk3 --> |
michael@0 | 53 | <!ENTITY Tau "Τ"> <!-- greek capital letter tau, U+03A4 --> |
michael@0 | 54 | <!ENTITY Upsilon "Υ"> <!-- greek capital letter upsilon, |
michael@0 | 55 | U+03A5 ISOgrk3 --> |
michael@0 | 56 | <!ENTITY Phi "Φ"> <!-- greek capital letter phi, |
michael@0 | 57 | U+03A6 ISOgrk3 --> |
michael@0 | 58 | <!ENTITY Chi "Χ"> <!-- greek capital letter chi, U+03A7 --> |
michael@0 | 59 | <!ENTITY Psi "Ψ"> <!-- greek capital letter psi, |
michael@0 | 60 | U+03A8 ISOgrk3 --> |
michael@0 | 61 | <!ENTITY Omega "Ω"> <!-- greek capital letter omega, |
michael@0 | 62 | U+03A9 ISOgrk3 --> |
michael@0 | 63 | |
michael@0 | 64 | <!ENTITY alpha "α"> <!-- greek small letter alpha, |
michael@0 | 65 | U+03B1 ISOgrk3 --> |
michael@0 | 66 | <!ENTITY beta "β"> <!-- greek small letter beta, U+03B2 ISOgrk3 --> |
michael@0 | 67 | <!ENTITY gamma "γ"> <!-- greek small letter gamma, |
michael@0 | 68 | U+03B3 ISOgrk3 --> |
michael@0 | 69 | <!ENTITY delta "δ"> <!-- greek small letter delta, |
michael@0 | 70 | U+03B4 ISOgrk3 --> |
michael@0 | 71 | <!ENTITY epsilon "ε"> <!-- greek small letter epsilon, |
michael@0 | 72 | U+03B5 ISOgrk3 --> |
michael@0 | 73 | <!ENTITY zeta "ζ"> <!-- greek small letter zeta, U+03B6 ISOgrk3 --> |
michael@0 | 74 | <!ENTITY eta "η"> <!-- greek small letter eta, U+03B7 ISOgrk3 --> |
michael@0 | 75 | <!ENTITY theta "θ"> <!-- greek small letter theta, |
michael@0 | 76 | U+03B8 ISOgrk3 --> |
michael@0 | 77 | <!ENTITY iota "ι"> <!-- greek small letter iota, U+03B9 ISOgrk3 --> |
michael@0 | 78 | <!ENTITY kappa "κ"> <!-- greek small letter kappa, |
michael@0 | 79 | U+03BA ISOgrk3 --> |
michael@0 | 80 | <!ENTITY lambda "λ"> <!-- greek small letter lamda, |
michael@0 | 81 | U+03BB ISOgrk3 --> |
michael@0 | 82 | <!ENTITY mu "μ"> <!-- greek small letter mu, U+03BC ISOgrk3 --> |
michael@0 | 83 | <!ENTITY nu "ν"> <!-- greek small letter nu, U+03BD ISOgrk3 --> |
michael@0 | 84 | <!ENTITY xi "ξ"> <!-- greek small letter xi, U+03BE ISOgrk3 --> |
michael@0 | 85 | <!ENTITY omicron "ο"> <!-- greek small letter omicron, U+03BF NEW --> |
michael@0 | 86 | <!ENTITY pi "π"> <!-- greek small letter pi, U+03C0 ISOgrk3 --> |
michael@0 | 87 | <!ENTITY rho "ρ"> <!-- greek small letter rho, U+03C1 ISOgrk3 --> |
michael@0 | 88 | <!ENTITY sigmaf "ς"> <!-- greek small letter final sigma, |
michael@0 | 89 | U+03C2 ISOgrk3 --> |
michael@0 | 90 | <!ENTITY sigma "σ"> <!-- greek small letter sigma, |
michael@0 | 91 | U+03C3 ISOgrk3 --> |
michael@0 | 92 | <!ENTITY tau "τ"> <!-- greek small letter tau, U+03C4 ISOgrk3 --> |
michael@0 | 93 | <!ENTITY upsilon "υ"> <!-- greek small letter upsilon, |
michael@0 | 94 | U+03C5 ISOgrk3 --> |
michael@0 | 95 | <!ENTITY phi "φ"> <!-- greek small letter phi, U+03C6 ISOgrk3 --> |
michael@0 | 96 | <!ENTITY chi "χ"> <!-- greek small letter chi, U+03C7 ISOgrk3 --> |
michael@0 | 97 | <!ENTITY psi "ψ"> <!-- greek small letter psi, U+03C8 ISOgrk3 --> |
michael@0 | 98 | <!ENTITY omega "ω"> <!-- greek small letter omega, |
michael@0 | 99 | U+03C9 ISOgrk3 --> |
michael@0 | 100 | <!ENTITY thetasym "ϑ"> <!-- greek theta symbol, |
michael@0 | 101 | U+03D1 NEW --> |
michael@0 | 102 | <!ENTITY upsih "ϒ"> <!-- greek upsilon with hook symbol, |
michael@0 | 103 | U+03D2 NEW --> |
michael@0 | 104 | <!ENTITY piv "ϖ"> <!-- greek pi symbol, U+03D6 ISOgrk3 --> |
michael@0 | 105 | |
michael@0 | 106 | <!-- General Punctuation --> |
michael@0 | 107 | <!ENTITY bull "•"> <!-- bullet = black small circle, |
michael@0 | 108 | U+2022 ISOpub --> |
michael@0 | 109 | <!-- bullet is NOT the same as bullet operator, U+2219 --> |
michael@0 | 110 | <!ENTITY hellip "…"> <!-- horizontal ellipsis = three dot leader, |
michael@0 | 111 | U+2026 ISOpub --> |
michael@0 | 112 | <!ENTITY prime "′"> <!-- prime = minutes = feet, U+2032 ISOtech --> |
michael@0 | 113 | <!ENTITY Prime "″"> <!-- double prime = seconds = inches, |
michael@0 | 114 | U+2033 ISOtech --> |
michael@0 | 115 | <!ENTITY oline "‾"> <!-- overline = spacing overscore, |
michael@0 | 116 | U+203E NEW --> |
michael@0 | 117 | <!ENTITY frasl "⁄"> <!-- fraction slash, U+2044 NEW --> |
michael@0 | 118 | |
michael@0 | 119 | <!-- Letterlike Symbols --> |
michael@0 | 120 | <!ENTITY weierp "℘"> <!-- script capital P = power set |
michael@0 | 121 | = Weierstrass p, U+2118 ISOamso --> |
michael@0 | 122 | <!ENTITY image "ℑ"> <!-- black-letter capital I = imaginary part, |
michael@0 | 123 | U+2111 ISOamso --> |
michael@0 | 124 | <!ENTITY real "ℜ"> <!-- black-letter capital R = real part symbol, |
michael@0 | 125 | U+211C ISOamso --> |
michael@0 | 126 | <!ENTITY trade "™"> <!-- trade mark sign, U+2122 ISOnum --> |
michael@0 | 127 | <!ENTITY alefsym "ℵ"> <!-- alef symbol = first transfinite cardinal, |
michael@0 | 128 | U+2135 NEW --> |
michael@0 | 129 | <!-- alef symbol is NOT the same as hebrew letter alef, |
michael@0 | 130 | U+05D0 although the same glyph could be used to depict both characters --> |
michael@0 | 131 | |
michael@0 | 132 | <!-- Arrows --> |
michael@0 | 133 | <!ENTITY larr "←"> <!-- leftwards arrow, U+2190 ISOnum --> |
michael@0 | 134 | <!ENTITY uarr "↑"> <!-- upwards arrow, U+2191 ISOnum--> |
michael@0 | 135 | <!ENTITY rarr "→"> <!-- rightwards arrow, U+2192 ISOnum --> |
michael@0 | 136 | <!ENTITY darr "↓"> <!-- downwards arrow, U+2193 ISOnum --> |
michael@0 | 137 | <!ENTITY harr "↔"> <!-- left right arrow, U+2194 ISOamsa --> |
michael@0 | 138 | <!ENTITY crarr "↵"> <!-- downwards arrow with corner leftwards |
michael@0 | 139 | = carriage return, U+21B5 NEW --> |
michael@0 | 140 | <!ENTITY lArr "⇐"> <!-- leftwards double arrow, U+21D0 ISOtech --> |
michael@0 | 141 | <!-- Unicode does not say that lArr is the same as the 'is implied by' arrow |
michael@0 | 142 | but also does not have any other character for that function. So lArr can |
michael@0 | 143 | be used for 'is implied by' as ISOtech suggests --> |
michael@0 | 144 | <!ENTITY uArr "⇑"> <!-- upwards double arrow, U+21D1 ISOamsa --> |
michael@0 | 145 | <!ENTITY rArr "⇒"> <!-- rightwards double arrow, |
michael@0 | 146 | U+21D2 ISOtech --> |
michael@0 | 147 | <!-- Unicode does not say this is the 'implies' character but does not have |
michael@0 | 148 | another character with this function so rArr can be used for 'implies' |
michael@0 | 149 | as ISOtech suggests --> |
michael@0 | 150 | <!ENTITY dArr "⇓"> <!-- downwards double arrow, U+21D3 ISOamsa --> |
michael@0 | 151 | <!ENTITY hArr "⇔"> <!-- left right double arrow, |
michael@0 | 152 | U+21D4 ISOamsa --> |
michael@0 | 153 | |
michael@0 | 154 | <!-- Mathematical Operators --> |
michael@0 | 155 | <!ENTITY forall "∀"> <!-- for all, U+2200 ISOtech --> |
michael@0 | 156 | <!ENTITY part "∂"> <!-- partial differential, U+2202 ISOtech --> |
michael@0 | 157 | <!ENTITY exist "∃"> <!-- there exists, U+2203 ISOtech --> |
michael@0 | 158 | <!ENTITY empty "∅"> <!-- empty set = null set, U+2205 ISOamso --> |
michael@0 | 159 | <!ENTITY nabla "∇"> <!-- nabla = backward difference, |
michael@0 | 160 | U+2207 ISOtech --> |
michael@0 | 161 | <!ENTITY isin "∈"> <!-- element of, U+2208 ISOtech --> |
michael@0 | 162 | <!ENTITY notin "∉"> <!-- not an element of, U+2209 ISOtech --> |
michael@0 | 163 | <!ENTITY ni "∋"> <!-- contains as member, U+220B ISOtech --> |
michael@0 | 164 | <!ENTITY prod "∏"> <!-- n-ary product = product sign, |
michael@0 | 165 | U+220F ISOamsb --> |
michael@0 | 166 | <!-- prod is NOT the same character as U+03A0 'greek capital letter pi' though |
michael@0 | 167 | the same glyph might be used for both --> |
michael@0 | 168 | <!ENTITY sum "∑"> <!-- n-ary summation, U+2211 ISOamsb --> |
michael@0 | 169 | <!-- sum is NOT the same character as U+03A3 'greek capital letter sigma' |
michael@0 | 170 | though the same glyph might be used for both --> |
michael@0 | 171 | <!ENTITY minus "−"> <!-- minus sign, U+2212 ISOtech --> |
michael@0 | 172 | <!ENTITY lowast "∗"> <!-- asterisk operator, U+2217 ISOtech --> |
michael@0 | 173 | <!ENTITY radic "√"> <!-- square root = radical sign, |
michael@0 | 174 | U+221A ISOtech --> |
michael@0 | 175 | <!ENTITY prop "∝"> <!-- proportional to, U+221D ISOtech --> |
michael@0 | 176 | <!ENTITY infin "∞"> <!-- infinity, U+221E ISOtech --> |
michael@0 | 177 | <!ENTITY ang "∠"> <!-- angle, U+2220 ISOamso --> |
michael@0 | 178 | <!ENTITY and "∧"> <!-- logical and = wedge, U+2227 ISOtech --> |
michael@0 | 179 | <!ENTITY or "∨"> <!-- logical or = vee, U+2228 ISOtech --> |
michael@0 | 180 | <!ENTITY cap "∩"> <!-- intersection = cap, U+2229 ISOtech --> |
michael@0 | 181 | <!ENTITY cup "∪"> <!-- union = cup, U+222A ISOtech --> |
michael@0 | 182 | <!ENTITY int "∫"> <!-- integral, U+222B ISOtech --> |
michael@0 | 183 | <!ENTITY there4 "∴"> <!-- therefore, U+2234 ISOtech --> |
michael@0 | 184 | <!ENTITY sim "∼"> <!-- tilde operator = varies with = similar to, |
michael@0 | 185 | U+223C ISOtech --> |
michael@0 | 186 | <!-- tilde operator is NOT the same character as the tilde, U+007E, |
michael@0 | 187 | although the same glyph might be used to represent both --> |
michael@0 | 188 | <!ENTITY cong "≅"> <!-- approximately equal to, U+2245 ISOtech --> |
michael@0 | 189 | <!ENTITY asymp "≈"> <!-- almost equal to = asymptotic to, |
michael@0 | 190 | U+2248 ISOamsr --> |
michael@0 | 191 | <!ENTITY ne "≠"> <!-- not equal to, U+2260 ISOtech --> |
michael@0 | 192 | <!ENTITY equiv "≡"> <!-- identical to, U+2261 ISOtech --> |
michael@0 | 193 | <!ENTITY le "≤"> <!-- less-than or equal to, U+2264 ISOtech --> |
michael@0 | 194 | <!ENTITY ge "≥"> <!-- greater-than or equal to, |
michael@0 | 195 | U+2265 ISOtech --> |
michael@0 | 196 | <!ENTITY sub "⊂"> <!-- subset of, U+2282 ISOtech --> |
michael@0 | 197 | <!ENTITY sup "⊃"> <!-- superset of, U+2283 ISOtech --> |
michael@0 | 198 | <!ENTITY nsub "⊄"> <!-- not a subset of, U+2284 ISOamsn --> |
michael@0 | 199 | <!ENTITY sube "⊆"> <!-- subset of or equal to, U+2286 ISOtech --> |
michael@0 | 200 | <!ENTITY supe "⊇"> <!-- superset of or equal to, |
michael@0 | 201 | U+2287 ISOtech --> |
michael@0 | 202 | <!ENTITY oplus "⊕"> <!-- circled plus = direct sum, |
michael@0 | 203 | U+2295 ISOamsb --> |
michael@0 | 204 | <!ENTITY otimes "⊗"> <!-- circled times = vector product, |
michael@0 | 205 | U+2297 ISOamsb --> |
michael@0 | 206 | <!ENTITY perp "⊥"> <!-- up tack = orthogonal to = perpendicular, |
michael@0 | 207 | U+22A5 ISOtech --> |
michael@0 | 208 | <!ENTITY sdot "⋅"> <!-- dot operator, U+22C5 ISOamsb --> |
michael@0 | 209 | <!-- dot operator is NOT the same character as U+00B7 middle dot --> |
michael@0 | 210 | |
michael@0 | 211 | <!-- Miscellaneous Technical --> |
michael@0 | 212 | <!ENTITY lceil "⌈"> <!-- left ceiling = APL upstile, |
michael@0 | 213 | U+2308 ISOamsc --> |
michael@0 | 214 | <!ENTITY rceil "⌉"> <!-- right ceiling, U+2309 ISOamsc --> |
michael@0 | 215 | <!ENTITY lfloor "⌊"> <!-- left floor = APL downstile, |
michael@0 | 216 | U+230A ISOamsc --> |
michael@0 | 217 | <!ENTITY rfloor "⌋"> <!-- right floor, U+230B ISOamsc --> |
michael@0 | 218 | <!ENTITY lang "〈"> <!-- left-pointing angle bracket = bra, |
michael@0 | 219 | U+2329 ISOtech --> |
michael@0 | 220 | <!-- lang is NOT the same character as U+003C 'less than sign' |
michael@0 | 221 | or U+2039 'single left-pointing angle quotation mark' --> |
michael@0 | 222 | <!ENTITY rang "〉"> <!-- right-pointing angle bracket = ket, |
michael@0 | 223 | U+232A ISOtech --> |
michael@0 | 224 | <!-- rang is NOT the same character as U+003E 'greater than sign' |
michael@0 | 225 | or U+203A 'single right-pointing angle quotation mark' --> |
michael@0 | 226 | |
michael@0 | 227 | <!-- Geometric Shapes --> |
michael@0 | 228 | <!ENTITY loz "◊"> <!-- lozenge, U+25CA ISOpub --> |
michael@0 | 229 | |
michael@0 | 230 | <!-- Miscellaneous Symbols --> |
michael@0 | 231 | <!ENTITY spades "♠"> <!-- black spade suit, U+2660 ISOpub --> |
michael@0 | 232 | <!-- black here seems to mean filled as opposed to hollow --> |
michael@0 | 233 | <!ENTITY clubs "♣"> <!-- black club suit = shamrock, |
michael@0 | 234 | U+2663 ISOpub --> |
michael@0 | 235 | <!ENTITY hearts "♥"> <!-- black heart suit = valentine, |
michael@0 | 236 | U+2665 ISOpub --> |
michael@0 | 237 | <!ENTITY diams "♦"> <!-- black diamond suit, U+2666 ISOpub --> |