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 ...
随机推荐
- jQuery extend方法使用及实现
一.jQuery extend方法介绍 jQuery的API手册中,extend方法挂载在jQuery和jQuery.fn两个不同对象上方法,但在jQuery内部代码实现的是相同的,只是功能却不太一样 ...
- Oracle执行时间与sql格式
今天碰到一个很奇怪的问题,直接在eclipse中将sql拷出,然后直接粘贴复制在数据库中就会执行的非常慢,但是在利用plsql对sql语句进行格式整理之后,执行的速度就非常的快,之后我where条件中 ...
- String、StringBuffer和StringBuilder的深入解析
今天闲来无事,整理了下平时记录在印象笔记里的java开发知识点,整理到String,StringBuffer以及StringBuilder的区别时突然又产生了新的疑惑,这些区别是怎么产生的?温故为何能 ...
- 为windows应用程序提供托盘图标
1>包含头文件 #include "Shellapi.h" 2>相关结构体和函数: NOTIFYICONDATA WINSHELLAPI BOOL ...
- linux软连接和硬链接
1.软连接(符号连接)创建方法(相当于windows的快捷方式) # ln -s 原文件 连接文件(最好使用绝对路径) 特点: 1.软连接文件是777的权限,而且很小很小: 2.可以跨分区(文件系统) ...
- linux apache 配置URL地址栏大小写不敏感配置
1.apache配置 解决如下:把mod_speling.so放到apache目录下的 lib中... 然后修改http.conf文件, 加入:LoadModule speling_module /u ...
- UVA 1151
/* 题意:有n个点,现在需要联通所有,有q种套餐可以选择, 当然套餐之外也可以自己添加边,意为达到最短距离. 题意很明显,不知道需要使用哪一种套餐, 那么需要枚举每一种套餐的情况. 然后再进行对比. ...
- lame边录音边转换
文章出处:http://big-joe.blog.sohu.com/88902836.html void CViewTFreqList::RecFileInit(LPCTSTR sFileName, ...
- 修复FreeBSD上的ufs文件系统
昨天在两台FreeBSD上配置好Heartbeat服务(两台机器是用网线连通的,做为Heartbeat的两个节点),启动服务时Heartbeat检测到crmd守护进程没起来,于是它就尝试重启两台机器以 ...
- FreeBSD 无线配置
无线配置在 handbook 中早已有了,但 handbook 中采用写入配置文件的办法,缺乏灵活性,补充下 on the fly 的方法 假设网卡接口为 ath0 ifconfig wlan0 cr ...