File: junicode_mathop.html

package info (click to toggle)
ttf-junicode 0.6.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 820 kB
  • sloc: makefile: 25; sh: 7
file content (101 lines) | stat: -rw-r--r-- 2,109 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta content="text/html; charset='UTF-8'" http-equiv="Content-Type" />
    <title>Junicode Mathematical Operators</title>
    <link rel="STYLESHEET" href="oeg.css" media="screen" type="text/css" />
  </head>

  <body>
    <h1>Junicode Mathematical Operators (2200-22FF)</h1>

    <p>Junicode implements several characters from the Unicode
      Mathematical Operators range. These are for compatibility
      with standard Windows and Macintosh fonts.</p>

    <p>Macintosh users who have been employing &#x2202; (partial differential)
      for "eth" should now use U+00F0 (&#x00F0;) instead.</p>

    <table>
	<tr>
	  <td colspan="3"><b>MATHEMATICAL OPERATORS</b></td>
	</tr>
	<tr>
	  <td><b>Character</b></td>
	  <td><b>Unicode</b></td>
	  <td><b>Description</b></td>
	</tr>
	<tr>
	  <td>&#x2202;</td>
	  <td>2202</td>
	  <td>partial differential</td>
	</tr>
	<tr>
	  <td>&#x2206;</td>
	  <td>2206</td>
	  <td>increment</td>
	</tr>
	<tr>
	  <td>&#x220F;</td>
	  <td>220F</td>
	  <td>N-ary product</td>
	</tr>
	<tr>
	  <td>&#x2211;</td>
	  <td>2211</td>
	  <td>N-ary summation</td>
	</tr>
	<tr>
	  <td>&#x2212;</td>
	  <td>2212</td>
	  <td>minus sign</td>
	</tr>
	<tr>
	  <td>&#x2215;</td>
	  <td>2215</td>
	  <td>division slash</td>
	</tr>
	<tr>
	  <td>&#x2219;</td>
	  <td>2219</td>
	  <td>bullet operator</td>
	</tr>
	<tr>
	  <td>&#x221A;</td>
	  <td>221A</td>
	  <td>square root</td>
	</tr>
	<tr>
	  <td>&#x221E;</td>
	  <td>221E</td>
	  <td>infinity</td>
	</tr>
	<tr>
	  <td>&#x222B;</td>
	  <td>222B</td>
	  <td>integral</td>
	</tr>
	<tr>
	  <td>&#x2248;</td>
	  <td>2248</td>
	  <td>almost equal to</td>
	</tr>
	<tr>
	  <td>&#x2260;</td>
	  <td>2260</td>
	  <td>not equal to</td>
	</tr>
	<tr>
	  <td>&#x2264;</td>
	  <td>2264</td>
	  <td>less than or equal to</td>
	</tr>
	<tr>
	  <td>&#x2265;</td>
	  <td>2265</td>
	  <td>greater than or equal to</td>
	</tr>
    </table>
  </body>
</html>