|
1 | 1 | completions:
|
2 | 2 | 'acute accent': '´'
|
| 3 | + 'almost equal': '≈' |
3 | 4 | 'ampersand': '&'
|
4 | 5 | 'apostrophe': '''
|
5 | 6 | 'broken vertical bar': '¦'
|
| 7 | + 'bullet': '•' |
6 | 8 | 'cedilla': '¸'
|
7 | 9 | 'cent sign': '¢'
|
| 10 | + 'closing double quote': '”' |
| 11 | + 'closing single quote & apostrophe': '’' |
8 | 12 | 'copyright symbol': '©'
|
9 | 13 | 'currency sign': '¤'
|
| 14 | + 'dagger': '†' |
10 | 15 | 'degree symbol': '°'
|
11 | 16 | 'diaresis': '¨'
|
12 | 17 | 'division sign': '÷'
|
| 18 | + 'double dagger': '‡' |
| 19 | + 'double prime': '″' |
| 20 | + 'down arrow': '↓' |
| 21 | + 'ellipsis': '…' |
13 | 22 | 'em dash': '—'
|
14 | 23 | 'en dash': '–'
|
| 24 | + 'euro sign': '€' |
15 | 25 | 'feminine ordinal indicator': 'ª'
|
16 | 26 | 'greater-than sign': '>'
|
17 | 27 | 'inverted exclamation mark': '¡'
|
18 | 28 | 'inverted question mark': '¿'
|
19 | 29 | 'left-pointing double angle quotation mark': '«'
|
| 30 | + 'left-right arrow': '↔' |
| 31 | + 'left arrow': '←' |
20 | 32 | 'less-than sign': '<'
|
21 | 33 | 'macron': '¯'
|
22 | 34 | 'masculine ordinal indicator': 'º'
|
23 | 35 | 'micro sign': 'µ'
|
24 | 36 | 'middle dot': '·'
|
| 37 | + 'minus sign': '−' |
25 | 38 | 'multiplication sign': '&mult;'
|
26 | 39 | 'non-breaking space': ' '
|
| 40 | + 'not equal': '≠' |
27 | 41 | 'not sign': '¬'
|
| 42 | + 'opening double quote': '“' |
| 43 | + 'opening single quote': '‘' |
28 | 44 | 'paragraph sign': '¶'
|
29 | 45 | 'plus-minus sign': '±'
|
| 46 | + 'prime': '′' |
30 | 47 | 'pound sign': '£'
|
31 | 48 | 'quotation mark': '"'
|
32 | 49 | 'registered trademark sign': '®'
|
33 | 50 | 'right-pointing double angle quotation mark': '»'
|
| 51 | + 'right arrow': '→' |
34 | 52 | 'section sign': '§'
|
35 | 53 | 'soft hyphen': '­'
|
36 | 54 | 'superscript one': '¹'
|
37 | 55 | 'superscript three': '³'
|
38 | 56 | 'superscript two': '²'
|
| 57 | + 'trademark': '™' |
| 58 | + 'up arrow': '↑' |
39 | 59 | 'vulgar fraction one half': '½'
|
40 | 60 | 'vulgar fraction one quarter': '¼'
|
41 | 61 | 'vulgar fraction three quarters': '¾'
|
|
0 commit comments