【背景】
折腾软件开发时,偶尔,甚至常常会遇到,有些英文字符的写法。
比如:
【已解决】测试Python 3.x中的argparse是否支持输入参数中包含花at符号(ampersand,’&’)
期间,后来的问题的解决,就是借助于:
搞清楚字符&,对应的读法叫做ampersand,然后再去google搜相关内容,最终才找到有价值的参考资料的。
所以:
为了便于以后更加方便的,查找到对应的,常见的字符,对应的英文的读法,叫法,写法。
专门去整理一下。
其中:之前在:
中就已经知道,这些字符的英文读法,是有个标准的,是隶属于Unicode标准下面的:
C0 Controls and Basic Latin – Range: 0000–007F
所以,此处,去将其整理出来,供参阅。
不过,由于其内容比较多,所以此处:
打算把原始内容截图出来,供参考。
另外,再手动整理出一个表格,只包括那些常见字符的英文标准读法
而对于另外和常见字符的其他类似的特殊的Unicode字符的读法,就不整理了,否则内容太多太乱。
常见字符的英文读法 表格版
| 常见字符 | 标准英文读法 | 其他英文读法 | 
| ! | Exclamation Mark | Factorial, Bang | 
| " | Quotation Mark | |
| # | Number Sign | Pound Sign, Hash, Crosshatch, Octothorpe | 
| $ | Dollar Sign | Milréis, Escudo | 
| % | Percent Sign | Apostrophe-Quote, APL Quote | 
| & | Ampersand | |
| ` | Apostrophe | |
| ( | Left Parenthesis | Opening Parenthesis | 
| ) | Right Parenthesis | Closing Parenthesis | 
| * | Asterisk | Star(On Phone Keypads) | 
| + | Plus Sign | |
| , | Comma | Decimal Separator | 
| – | Hyphen-Minus | Hyphen, Minus Sign | 
| . | Full Stop | Period, Dot, Decimal Point | 
| / | Solidus | Slash, Virgule | 
| : | Colon | |
| ; | Semicolon | |
| < | Less-Than Sign | |
| = | Equal Sign | |
| > | Greater-Than Sign | |
| ? | Question Mark | |
| @ | Commercial At | At Sign | 
| [ | Left Square Bracket | Opening Square Bracket | 
| \ | Reverse Solidus | Backslash | 
| ] | Right Square Bracket | Closing Square Bracket | 
| ^ | Circumflex Accent | |
| _ | Low Line | Spacing Underscore, Underscore | 
| ` | Grave Accent | |
| { | Left Curly Bracket | Opening Curly Bracket, Left Brace | 
| | | Vertical Line | Vertical Bar | 
| } | Right Curly Bracket | Closing Curly Bracket, Right Brace | 
| ~ | Tilde | 
常见字符的英文读法 图片版
总结
这样,以后遇到类似字母,就清楚对应的英文叫法了。
转载请注明:在路上 » 【整理】常见字符的英文读法




