1## HTML Character Codes
2#First code "Entity Name"
3#Second code "Entity Number"
4#You can use one of them
5space  
6< < <
7> > >
8& & &
9" " "
10' ' '
11¢ ¢ ¢
12£ £ £
13¥ ¥ ¥
14€ € €
15© © ©
16® ® ®
1<!-- Answer to: "html special characters" -->
2
3!
4!
5[
6[ [
7_
8_
9`
10` `
11|
12| | |
13}
14} }
15¢
16¢
17<!-- There's many more at https://dev.w3.org/html5/html-author/charref -->