File: junicode_currency.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 (32 lines) | stat: -rw-r--r-- 846 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
<!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 Currency Symbols</title>
    <link rel="STYLESHEET" href="oeg.css" media="screen" type="text/css" />
  </head>

  <body>
    <h1>Junicode Currency Symbols (20A0-20CF)</h1>

    <p>Junicode implements only one character from the Unicode
      Currency Symbols range.</p>

    <table>
	<tr>
	  <td colspan="3"><b>GENERAL PUNCTUATION</b></td>
	</tr>
	<tr>
	  <td><b>Character</b></td>
	  <td><b>Unicode</b></td>
	  <td><b>Description</b></td>
	</tr>
	<tr>
	  <td>&#x20AC;</td>
	  <td>20AC</td>
	  <td>Euro</td>
	</tr>
    </table>
  </body>
</html>