Need more symbols? Visit [Graphemica](https://graphemica.com/) or [SYMBL (◕‿◕)](https://symbl.cc/en/)

## Typography

| Symbol | Description         | HTML Entity | Mac Shortcut (Czech keyboard) | 
|--------|---------------------|-------------|-------------------------------|
| `•`    | Bullet              | `&bull;`    | `Options` + `Shift` + `2`     |
| `…`    | Horizontal Ellipsis | `&hellip;`  | `Options` + `Shift` + `"`     |
| `°`    | Degree sign         | `&deg;`     | `Options` + `=`               |
| `—`    | Em Dash             | `&mdash;`   | `Options` + `Shift` + `-`     |

## „Double“ and ‚single‘ quotes

There are two types of quotes: `„double“` and `‚single‘`. Double quotes can be written using `Options` + `Shift` + `N`
and `Options` + `Shift` + `H` respectively.

| Symbol | Description                                                     | Mac Shortcut (Czech keyboard) | 
|--------|-----------------------------------------------------------------|-------------------------------|
| `„`    | [double low-9 quotation mark](https://graphemica.com/%E2%80%9E) | `Options` + `Shift` + `N`     |
| `„`    | [right double quotation mark](https://graphemica.com/%E2%80%9D) | `Options` + `Shift` + `H`     |
| `’`    | [right single quotation mark](https://graphemica.com/%E2%80%99) | `Options` + `N`               |
| `‘`    | [left single quotation mark](https://graphemica.com/%E2%80%98)  | `Options` + `H`               |

## Currency

| Symbol | Description                             | HTML Entity | Mac Shortcut (Czech keyboard) | 
|--------|-----------------------------------------|-------------|-------------------------------|
| `$`    | [Dollar Sign](https://graphemica.com/$) | `&dollar;`  | `Options` + `4`               |
| `€`    | [Euro Sign](https://graphemica.com/€)   | `&euro;`    | `Options` + `r`               |
| `£`    | [Pound Sign](https://graphemica.com/£)  | `&pound;`   | `Options` + `Shift` + `3`     |

## Copyright, Trademark, and other symbols

| Symbol | Description                          | HTML Entity | Mac Shortcut (Czech keyboard) |
|--------|--------------------------------------|-------------|-------------------------------|
| `∞`    | [Infinity](https://graphemica.com/∞) | `&infin;`   |                               |
| `❤`    | Heavy black heart                    | `&#10084;`  |                               |
| `®`    | Registered trademark                 | `&reg;`     | `Options` + `Shift` + `r`     |
| `™`    | Trademark                            | `&trade;`   | `Options` + `Shift` + `t`     |
| `©`    | Copyright                            | `&copy;`    | `Options` + `Shift` + `c`     |

## Crosses and checkmarks

| Symbol | Description      | HTML Entity |
|--------|------------------|-------------|
| `✕`    | Multiplication X | `&#x2715;`  |
| `✗`    | Cross            | `&#x2717;`  |
| `✓`    | Check            | `&#x2713;`  |
| `✔`    | Checkmark        | `&#x2714;`  |
| `✘`    | Crossmark        | `&#x274c;`  |

## Triangles

| Symbol | Description    | Html Entity            |
|--------|----------------|------------------------|
| `▴`    | Triangle Up    | `&blacktriangle;`      |
| `▾`    | Triangle Down  | `&blacktriangledown;`  |
| `◂`    | Triangle Left  | `&blacktriangleleft;`  |
| `▸`    | Triangle Right | `&blacktriangleright;` |

## Arrows

| Symbol | Description | HTML Entity |
|--------|-------------|-------------|
| `↑`    | Up          | `&uarr;`    |
| `↓`    | Down        | `&darr;`    |
| `←`    | Left        | `&larr;`    |
| `→`    | Right       | `&rarr;`    |
| `↖`    | Up-Left     |             |
| `↗`    | Up-Right    |             |
| `↘`    | Down-Right  |             |
| `↙`    | Down-Left   |             |

## Apple specific

| Symbol | Description       |
|--------|-------------------|
|       | Apple Logo        |
| ⌘      | Command (or Cmd)  |
| ⇧      | Shift             |
| ⌥      | Option (or Alt)   |
| ⌃      | Control (or Ctrl) |