-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSymbols.html
More file actions
24 lines (24 loc) · 839 Bytes
/
Symbols.html
File metadata and controls
24 lines (24 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<div style="font-size: 30px; font-style: italic;">
<p>Forall symbol <strong> ∀</strong></p>
<p> Patritial Differential <strong>∂</strong></p>
<p> THERE EXISTS <strong>∃</strong></p>
<p> EMPTY SETS <strong> ∅<</strong></p>
<p> ELEMENT OF <strong>∈</strong></p>
<p> COPYRIGHT SIGN <strong>©</strong> </p>
<p> REGISTERED SIGN <strong>®</strong> </p>
<p> EURO SIGN <strong>€</strong></p>
<p> LEFTWARDS ARROW <strong>←</strong></p>
<p> UPWARDS ARROW <strong>↑</strong></p>
<p> RIGHTWARDS ARROW <strong>→</strong></p>
<p> DOWNWARDS ARROW <strong>↓</strong></p>
</div>
</body>
</html>