HTML Symbol List
While writing news articles, I had to look up HTML symbols for modifier keys. Here is the full list.
Modifier keys
| Character | HTML code | Description |
|---|---|---|
| ↦ | ↦ | Tab (mapsto symbol) |
| ^ | ^ | Control |
| ⌘ | ⌘ | Command (Apple) |
| ⇑ | ⇑ | Shift |
| ↵ | ↵ | Enter (carriage return arrow) |
Miscellaneous Keyboard Symbols
| Character | HTML code | Description |
|---|---|---|
| & | & | Ampersand |
| > | > | Greater than | < | < | Less than |
All other keyboard symbols should render as entered.