How to pronounce symbols on keyboard
Refefrence: http://answers.yahoo.com/question/index?qid=20100607151104AAtQxhc
~ “tilde” or “tweedle” or “squiggly line”. Also used as a “swung dash” and in mathematics with other signs to mean “approximately” and in logic sometimes used to mean “not”. See http://en.wikipedia.org/wiki/Tilde,
` “grave accent” or “stress mark”. See http://en.wikipedia.org/wiki/Grave_accen… .
! “exclamation point” or “exclamation mark'. Used to end an emphatic sentence. Also often used in computer languages to mean “not” and in mathematics to indicate “factorial'. See http://en.wikipedia.org/wiki/Exclamation… .
@ “at sign” or “commercial at sign”. See http://en.wikipedia.org/wiki/At_sign .
# “number sign” or “pound sign' or “octothorpe” or “hash mark”
$ “dollar sign”, for example $29.00 would be read as “twenty-nine dollars'
% “percent sign”, so 50% is “fifty per cent''
^ “caret” or “up-arrow head” or “circumflex accent”. Often used on computers to indicate the following symbol(s) would be superscripted in normal typography, that is 5^23 is the same as 5²³. Sometimes called a “carrot” by the illiterate.
& “and sign” or “ampersand”. An abbreviation symbol for “and”.
* “asterisk” or “star”
( “opening parenthesis”
) “closing parenthesis”
_ “low line”, “underbar”, “underline”, “underscore”
- “hyphen-minus”, “hyphen”, “minus”: a typewriter symbol used for both hyphen and minus. Sometimes, when spaces appear on both sides of it, it represents a dash, but a dash is more often built from two hyphen-minuses. In normal typography for dashes there is an en-dash (–) and an em-dash (—) which are different characters.
+ "plus sign”
= “equal sign”
| “vertical line”, “vertical bar”, “pipe”
\ “backslash”
< “less than sign”
> “greater than sign”
, “comma”
. “period”, “full stop”, “decimal point”
? “question mark”
/ “slash”, “virgule”, also usually used on computers as a “division slash” or “solidus”, though in normal typography the division slash is more slanted. Misnamed “SOLIDUS” by Unicode.
" “quotation marks” or “straight quotation marks” or “typewriter quotation marks. Originally a typewriter substitute for “ (opening quotation marks), ” (closing quotation marks), ʺ (double prime used to mean “inches” and “seconds”), and〃(ditto mark).
' “apostrophe'' or “single quotation mark” or “straight apostrophe” or “typewriter apostrophe” or “straight single quotation mark” or “typewriter single quotation mark”. Originally a typewriter substitute for ‘ (opening single quotation mark), ’ (closing single quotation mark or apostrophe), ′ (single prime used to mean “feet” in measurement and to mean “minutes”)
: “colon”, a punctuation mark
; “semi-colon”, a punctuation mark
I started out making links, but Yahoo Answers only allows ten so I did not continue. But if you search on most of my meanings you will find articles that tell you more.
Many of these symbols also have other names in various special disciplines and some even have other common names.
How to pronounce symbols on keyboard的更多相关文章
- How to say all the keyboard symbols in English and Chinese
How to say all the keyboard symbols in English Symbol English 中文 ~ tilde 波浪号 ` grave accent, backquo ...
- OS X: Keyboard shortcuts
Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a char ...
- Setting up Ubuntu in CoLinux–changing local/keyboard to be English
Today i installed the CoLinux with Ubuntu package, but the default locale setting of the system is G ...
- typescript枚举,类型推论,类型兼容性,高级类型,Symbols(学习笔记非干货)
枚举部分 Enumeration part 使用枚举我们可以定义一些有名字的数字常量. 枚举通过 enum关键字来定义. Using enumerations, we can define some ...
- [No0000113]Keyboard shortcuts for Windows Visual Studio Code
General 常用Ctrl+Shift+P, F1 Show Command Palette 显示命令行Ctrl+P Quick Open, Go to File… 快速打开Ctrl+Shift+N ...
- How to Pronounce Work vs. Walk
How to Pronounce Work vs. Walk Share Tweet Share Tagged With: Comparison If you’re confused about th ...
- 【CODEFORCES】 A. Keyboard
A. Keyboard time limit per test 2 seconds memory limit per test 256 megabytes input standard input o ...
- Codeforces Round #271 (Div. 2)-A. Keyboard
http://codeforces.com/problemset/problem/474/A A. Keyboard time limit per test 2 seconds memory limi ...
- keyboard键盘demo
main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:and ...
随机推荐
- python 后台爆破工具
sys:使用sys模块获得脚本的参数 queue模块,创建一个“队列”对象 time 模块 Python time time() 返回当前时间的时间戳(1970纪元后经过的浮点秒数). fin ...
- 毛毛虫学习日记_SQL
五毛叶的SQL学习: 1.SELECT:(A 表名,a 字段) SELECT A.b, C.c , D.d(a,b,c,d,e...各种自己需要的字段) FROM A(中心表名) LEFT /INN ...
- ajax 页面加载
大体说说思路,不上代码了: 1.点击加载更多-> ajax向后台传参(当前页page,必须有默认1,其他需要的参数...) 2.后台接收 -> 查询数据 处理形成 json数据 给前台 3 ...
- UVa 12166 修改天平
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem& ...
- oracle 报警日志详解
oracle报警日志是一个非常重要的日志,其有两种实现方法: 1.通过全局表来实现,这种方法有一种缺点,就是在关闭数据库后或者数据库宕机后就不能在使用了 2.通过外部表来实现,这种方法避免了方法一种的 ...
- 解决 502、504 Gateway Time-out(nginx)
一.504 Gateway Time-out问题常见于使用nginx作为web server的服务器的网站 我遇到这个问题是在升级discuz论坛的时候遇到的 一般看来, 这种情况可能是由于nginx ...
- MySQL中函数CONCAT及GROUP_CONCAT
一.CONCAT()函数CONCAT()函数用于将多个字符串连接成一个字符串.使用数据表Info作为示例,其中SELECT id,name FROM info LIMIT 1;的返回结果为+----+ ...
- uva1262
/* 解码 _________________________________________________________________________________ #include < ...
- 20141203图片Base64编码与解码
最近需要将图片通过转码的形式传给移动端,使用了Base64转码与 解码 import java.io.FileInputStream; import java.io.FileOutputStream; ...
- mvc模型验证
自定义的ValidationAttribute类, Compare [Compare("MyOtherProperty")] 两个属性必须相同值,比如我们要求用户重复输入两次邮 ...