diff --git a/guide/english/html/html-entities/index.md b/guide/english/html/html-entities/index.md
index 40045fe0eb..332469b14f 100644
--- a/guide/english/html/html-entities/index.md
+++ b/guide/english/html/html-entities/index.md
@@ -36,26 +36,26 @@ This is by no means an exhaustive list but the links below will be able to give
| Character | Entity Name | Entity Number | Description |
|-------|-----------|-----------|-------|
-| | | ` ` | Space |
-| ! | | `!` | Exclamation mark |
-| " | | `"` | Quotation mark |
-| # | | `#` | Number sign |
-| $ | | `$` | Dollar sign |
+| | ` ` | ` ` | Space |
+| ! | `!` | `!` | Exclamation mark |
+| " | `"` | `"` | Quotation mark |
+| # | `#` | `#` | Number sign |
+| $ | `$`| `$` | Dollar sign |
| ¢ | `¢` | `¢` | Cent sign |
| € | `€` | `€` | Euro sign |
| £ | `£` | `£` | GBP sign |
| ¥ | `¥` | `¥` | Yen sign |
-| % | | `%` | Percent sign |
+| % | `%`| `%` | Percent sign |
| & | `&` | `&` | Ampersand |
-| ' | | `'` | Apostrophe |
-| ( | | `(` | Opening/Left Parenthesis |
-| ) | | `)` | Closing/Right Parenthesis |
-| * | | `*` | Asterisk |
-| + | | `+` | Plus sign|
-| , | | `,` | Comma |
-| - | | `-` | Hyphen |
-| . | | `.` | Period |
-| / | | `/` | Slash |
+| ' | `'` | `'` | Apostrophe |
+| ( | `(` | `(` | Opening/Left Parenthesis |
+| ) | `)` | `)` | Closing/Right Parenthesis |
+| * | `*` | `*` | Asterisk |
+| + | `+` | `+` | Plus sign|
+| , | `,` | `,` | Comma |
+| - | `‐` | `-` | Hyphen |
+| . | `.`| `.` | Period |
+| / | `/` | `/` | Slash |
| © | `©` | `©` | Copyright |
| ® | `®` | `®` | Registered Trademark |
| " | `"` | `"` | double quotation mark |