-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpunctuation.json
44 lines (44 loc) · 1.02 KB
/
punctuation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
".": "full stop",
",": "comma",
"?": "question mark",
"!": "exclamation mark",
";": "semicolon",
":": "colon",
"-": "hyphen",
"_": "underscore",
"(": "open bracket",
")": "close bracket",
"[": "open square bracket",
"]": "close square bracket",
"{": "open curly bracket",
"}": "close curly bracket",
"'": "apostrophe",
"\"": "quotation mark",
"`": "backtick",
"“": "open double quotation mark",
"”": "close double quotation mark",
"‘": "open single quotation mark",
"’": "close single quotation mark",
"–": "en dash",
"—": "em dash",
"…": "ellipsis",
"/": "slash",
"\\": "backslash",
"|": "vertical bar",
"#": "hash",
"@": "at sign",
"&": "ampersand",
"*": "asterisk",
"^": "caret",
"~": "tilde",
"+": "plus",
"=": "equals",
"<": "less than",
">": "greater than",
"%": "percent",
"$": "dollar sign",
"£": "pound sign",
"€": "euro sign",
"¥": "yen sign"
}