符号 说明 对应编码(使用时去掉空格) 英文怎么说
& AND 符号 & amp; ampersand
< 小于 & lt; little

大于 & gt; great
空格 & nbsp; number space
¿ 倒问号 & iquest; inverted question
? 问号 & quest; question
« 左书名号 & laquo; left angle quote
» 右书名号 & raquo; right angle quote
" 引号 & quot; quote
‘ 左单引号 & lsquo; left single quote
’ 右单引号 & rsquo: right single quote
“ 左双引号 & ldquo: left double quote
” 右双引号 & rdquo: right double quote
¶ 段落符号 & para; paragraph
§ 章节符 & sect; section
× 乘号 & times; times
÷ 除号 & divide; divide
± 加减号 & plusmn; plus minus
ƒ function & fnof; 还没查到
√ 根号 & radic; radic
∞ 无穷大 & infin; infinite
° 度 & deg; degree
≠ 不等号 & ne; ne
≡ 恒等于 & equiv; equivalent
≤ 小于等于 & le; less than or equal to
≥ 大于等于 & ge; great than or equal to
⊥ 垂直符号 & perp; perpendicular
← 左箭头 & larr; left arrow
→ 右箭头 & rarr; right arrow
↑ 上箭头 & uarr; up arrow
↓ 下箭头 & darr; down arrow
↔ 水平箭头 & harr; horizontal arrow
↕ 竖直箭头 & varr; vertical arrow
⇐ 双线左箭头 & lArr; left arrow
⇒ 双线右箭头 & rArr; right arrow
⇑ 双线上箭头 & uArr; up arrow
⇓ 双线上箭头 & dArr; down arrow
⇔ 双线水平双箭头 & hArr; horizontal arrow
⇕ 双线竖直箭头 & vArr; vertical arrow
♠ 黑桃 & spades; spades
♥ 红桃 & hearts; hearts
♣ 梅花 & clubs; club
♦ 方块 & diams; diamonds
© 版权 & copy; copy right
® 注册商标 & reg; registration
™ 商标 & trade; trade
¥ 人民币 & yen;
€ 欧元 & euro; euro
¢ 美分 & cent; cent
£ 英磅 & pound; pound
⊕ & oplus;
½ 二分之一 & frac12; fraction
¼ 四分之一 & frac14; fraction
‰ 千分符号 & permil; per mille
∴ 所以 & there4; there fore
π 圆周率 & pi;
¹ 商标1 & sup1; super 1
α alpha & alpha; alpha
β beta & beta; beta
γ gamma & gamma; gamma
δ delta & delta; delta
θ theta & theta; theta
λ lambda & lambda; lambda
σ sigma & sigma; sigma
τ tau & tau; tau

markdown的常用高级操作。的更多相关文章

  1. 常用SQL操作(MySQL或PostgreSQL)与相关数据库概念

    本文对常用数据库操作及相关基本概念进行总结:MySQL和PostgreSQL对SQL的支持有所不同,大部分SQL操作还是一样的. 选择要用的数据库(MySQL):use database_name; ...

  2. python 历险记(三)— python 的常用文件操作

    目录 前言 文件 什么是文件? 如何在 python 中打开文件? python 文件对象有哪些属性? 如何读文件? read() readline() 如何写文件? 如何操作文件和目录? 强大的 o ...

  3. MySQL<数据库的高级操作>

    数据库的高级操作 MySQL提供了一个mysqldump命令,它可以实现数据的备份 数据的备份 1.备份单个数据库 mysqldump -uusername -ppassword dbname [tb ...

  4. Scala函数高级操作

    字符串高级操作:***** 非常重要 将函数赋值给变量/值def sayHello(name:String): Unit = { println(s"Hello:$name")} ...

  5. 因为一个Docker问题,我顺手整理从安装到常用命令操作手册

    今天,自己写了一部分业务代码,是常规代码的另外一种方式,不能在公司的服务器上测试,就自己在PC端搭建了一套和公司集群一样的模板,因为公司的业务模块的测试有单独的服务器(这一块还是我很稀罕的),但是,第 ...

  6. Scala学习——函数高级操作

    scala函数高级操作 一.字符串高级操作 多行字符串和插值 package top.ruandb.scala.Course06 object StringApp { def main(args: A ...

  7. markdown的骚气操作(一)

    markdown 系列其他内容   markdown的骚气操作(一)✓   latex的骚气操作(二) 本文目标 主要介绍markdown锚点.索引脚注.对勾及选择框.表格显示位置和符号显示位置.绘制 ...

  8. Mysql常用表操作 | 单表查询

    160905 常用表操作 1. mysql -u root -p 回车 输入密码   2. 显示数据库列表 show databases     3. 进入某数据库 use database data ...

  9. SNMP常用数据操作

    SNMP常用数据操作 snmp编程中常见的数据类型基本上就是integer32/oct_str(字节数组)/counter64/timeticks/dateAndTime这些.很多其它的比如Truth ...

随机推荐

  1. 60分钟内从零起步驾驭Hive实战学习笔记(Ubuntu里安装mysql)

    本博文的主要内容是: 1. Hive本质解析 2. Hive安装实战 3. 使用Hive操作搜索引擎数据实战 SparkSQL前身是Shark,Shark强烈依赖于Hive.Spark原来没有做SQL ...

  2. TOJ 2749 Absent Substrings

    描述 Given a string of symbols, it’s natural to look it over and see what substrings are present. In t ...

  3. PHP一维数组去重方法array_unique()

    array_unique() :去除数组中的重复项,只适用于一维数组 它不像 sort()方法, eg:  $arraytest = array('tommy','tommy','abcd'); so ...

  4. xss攻击汇总--转

    (1)普通的XSS JavaScript注入<SCRIPT SRC=http://3w.org/XSS/xss.js></SCRIPT>(2)IMG标签XSS使用JavaScr ...

  5. Java Bean Validation(参数校验) 最佳实践

    转载来自:http://www.cnblogs.com 参数校验是我们程序开发中必不可少的过程.用户在前端页面上填写表单时,前端js程序会校验参数的合法性,当数据到了后端,为了防止恶意操作,保持程序的 ...

  6. [转]C# - JSON详解

    本文转自:http://www.cnblogs.com/QLJ1314/p/3862583.html 最近在做微信开发时用到了一些json的问题,就是把微信返回回来的一些json数据做一些处理,但是之 ...

  7. CheckBox 样式

    .cb td {             width: 100px;         } .cb label {             display: inline-block;          ...

  8. node.js压缩和解压缩

    推荐一个极其简单.及其好用的node.js的压缩和解压缩类库  compressing 支持格式: tar.gzip.tgz.zip 以zip为例,tar,tgz和gzip与zip相同. 压缩文件: ...

  9. 微服务学习笔记一:Spring Cloud简介

    1.Spring Cloud是一个工具集:Spring   Cloud是在Spring    Boot的基础上构建的,用于简化分布式系统构建的工具集:使架构师在创建和发布微服务时极为便捷和有效. Sp ...

  10. python调用其他文件的类和函数

    在同一个文件夹下 调用函数 source.py文件: def func(): pass new.py文件: import source # 或者 from source import func 调用类 ...