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的更多相关文章

  1. 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 ...

  2. OS X: Keyboard shortcuts

    Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a char ...

  3. 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 ...

  4. typescript枚举,类型推论,类型兼容性,高级类型,Symbols(学习笔记非干货)

    枚举部分 Enumeration part 使用枚举我们可以定义一些有名字的数字常量. 枚举通过 enum关键字来定义. Using enumerations, we can define some ...

  5. [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 ...

  6. How to Pronounce Work vs. Walk

    How to Pronounce Work vs. Walk Share Tweet Share Tagged With: Comparison If you’re confused about th ...

  7. 【CODEFORCES】 A. Keyboard

    A. Keyboard time limit per test 2 seconds memory limit per test 256 megabytes input standard input o ...

  8. Codeforces Round #271 (Div. 2)-A. Keyboard

    http://codeforces.com/problemset/problem/474/A A. Keyboard time limit per test 2 seconds memory limi ...

  9. keyboard键盘demo

    main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:and ...

随机推荐

  1. python 后台爆破工具

    sys:使用sys模块获得脚本的参数 queue模块,创建一个“队列”对象 time 模块     Python time time() 返回当前时间的时间戳(1970纪元后经过的浮点秒数). fin ...

  2. 初学JAVA的 感想 尹鑫磊

    开始学习任何一门课(包括java),兴趣最重要.一直觉得自己在学计算机编程语言,学习了很多,但每门语言都停留在知识边缘地带,都没深入到它们的精华部分,对它们的精华部分知之甚少,于是趁学校开设这门课,并 ...

  3. 配置不当导致无法加载odoo-10.0模块

    启动odoo-bin时出错 2017-01-05 06:38:51,046 5480 INFO ? odoo: Odoo version 10.02017-01-05 06:38:51,046 548 ...

  4. cpp项目的组织

    编译篇 较大型cpp项目的代码组织.编译都是深耦合的. 一般提供一个总体的makefile,进入各个模块,又有自己的makefile,这些makefile又都依赖于一些被include的文件的的定义, ...

  5. PHP中的运算符---位运算符、递增递减运算符、三元运算符、字符串运算符、数组运算符、类型运算符、错误控制运算符

    1.位运算符 位运算符用来对整型数的指定位进行置位,如果被操作数是字符串,则对该字符串的ASCII码值进行操作. 运算类型 运算符 举例 结果 按位与 & $a & $b 将$a 与 ...

  6. zabbix问题处理

    工作的时候回遇到各种各样的问题. 今天遇到一个关于zabbix的问题. "Zabbix agent on host.name is unreachable for 5 minutes&quo ...

  7. (转)Predictive learning vs. representation learning 预测学习 与 表示学习

    Predictive learning vs. representation learning  预测学习 与 表示学习 When you take a machine learning class, ...

  8. js数组键入值push和 arr[]i]区别

    push 和 arr[i] 遍历 var arr = new Array(); $(":check").each(function(i){if(this.checked==true ...

  9. 在asp.net中显示PDF的方法:

    来源:http://www.cnblogs.com/tengs2000/archive/2009/02/23/1396646.html 一.直接显示,使用的还是原页面的URL Response.Con ...

  10. C语言实现简单php自定义扩展

    1.下载php源码 下载地址:http://cn2.php.net/get/php-5.6.29.tar.gz/from/this/mirror 传到/usr/local/src/下 上传命令:rz ...