-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunicode.html
More file actions
47 lines (45 loc) · 1.35 KB
/
unicode.html
File metadata and controls
47 lines (45 loc) · 1.35 KB
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
<!doctype html><html>
<head><meta charset="UTF-8">
<meta NAME="Description" CONTENT="Unicode punctuation marks with equivalent HTML entities.">
<meta NAME="Keywords" CONTENT="Unicode ASCII Table">
<link rel="STYLESHEET" href="main.css" type="text/css">
<meta http-equiv="REFRESH" content="3;url=https://emw3.com/unicode.html">
<title>redirect | SS64.com</title>
<style type="text/css">
/* tables */
table {
border: 2px;
border-collapse: collapse;
}
th{background-color: #aaa;}
td, th{
border: 1px solid #999;
padding: 0px 6px;
font-size: 100%;
text-align:center;
font-family:Helvetica,Arial,Verdana,sans-serif;
}
</style>
</head>
<body>
<div id="tnav">
<ul>
<li class="tbtn"><a href="index.html"> ( SS64 )</a></li>
<li>
<div id="search">
<form action="https://www.google.com/search" method="get">
<button tabindex="-1" type="submit" id="q-img"></button>
<input type="text" name="q" id="q" size="27" maxlength="255" onBlur="if(this.value=='')this.value='Search...';" onClick="if(this.value=='Search...')this.value='';" value="Search...">
<input type="hidden" name="sitesearch" value="ss64.com">
</form>
</div>
</li>
</ul>
</div>
<h1>Unicode </h1>
<p> </p>
<p>This page will redirect to <a href="https://emw3.com/unicode.html">https://emw3.com/unicode.html</a> in 3 seconds</p>
<p> </p>
<p> </p>
</body>
</html>