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

    今天发现了一个问题:昨天把序列号输入之后可以用了,但是再次打开软件之后还是要求输序列号的.遇到这种情况的朋友可以这样操作.打开C:\WINDOWS\system32\drivers\etc这个目录,修 ...

  2. Android Studio Eclipse Code Formatter

    在从Eclipse转到Android Studio上开发后,如果还想继续使用在Eclipse上制定的自定义的Code Formatter的话,需要按如下步骤操作:1.进入Settings界面,如果能看 ...

  3. WebAPI的Get和Post访问

    /// <summary> /// MVC 调用webapi接口返回框架快捷按钮和一级菜单(Get) /// </summary> /// <param name=&qu ...

  4. Mongodb优化

    本文将从各个层面讲述Mongodb的优化方法

  5. UIPickerView控件中自定义展示的字体大小及样式

    - (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger) ...

  6. SQL语句小总结

    无论是面试过程中,还是未来工作中,SQL都是一定会考到和用到的.所以,在此对之前看过的一些SQL知识点进行一下总结和记录,算是起到一个笔记本的作用.没有深入学习过SQL的和对SQL印象不太深的朋友可以 ...

  7. js问题

    1.原型链问题 1.js中万物皆对象,但对象也分为普通对象和函数对象,Object,Function都是js自带的函数对象,凡是通过 new Function() 创建的对象都是函数对象,其他的都是普 ...

  8. grunt压缩js文件

    grunt是node中很好的管理项目的工具,利用它可以实现对整个项目的管理,避免很多重复性的工作如合并.压缩,检查语法等. 使用grunt首先要安装node环境,nodejs官网http://node ...

  9. Nginx-Lua模块的执行顺序

    一.nginx执行步骤 nginx在处理每一个用户请求时,都是按照若干个不同的阶段依次处理的,与配置文件上的顺序没有关系,详细内容可以阅读<深入理解nginx:模块开发与架构解析>这本书, ...

  10. js判断浏览器,包括Edge浏览器

    /* * 描述:判断浏览器信息 * 编写:LittleQiang_w * 日期:2016.1.5 * 版本:V1.1 */ //判断当前浏览类型 function BrowserType() { va ...