Symbol
- Symbols are the entities that are not present in our keyboard like Euro(€), Empty set(∅) etc.
- we can add it manually by the use of various numbers as given below:
Numbers | Symbols |
---|---|
∀ | ∀ |
∂ | ∂ |
∃ | ∃ |
∅ | ∅ |
∇ | ∇ |
∈ | ∈ |
∉ | ∉ |
∋ | ∋ |
∏ | ∏ |
Example:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Symbol</title>
</head>
<body>
<H1>Symbols Example</H1>
<p> ∀
∂
∃
∅
∇</p>
</body>
</html>
Output: