万字长文详解Typora使用技巧总结 | CSDN文本编辑器语法 | Typora记事本记笔记 | 写CSDN博客 | 使用技巧总结 | Markdown语法

Alt
在这里插入图片描述

🙋大家好!我是毛毛张!
🌈个人首页: 神马都会亿点点的毛毛张

Alt

🍎你是否总是在收藏❓🗄却从未整理⁉️🖊那还等什么呢❓块进来看看毛毛张今天分享的这款编辑器吧❗

0.概述

  • 💧Typora是一款轻便简洁的 Markdown 编辑器,支持即时渲染技术,这也是与其他Markdown编辑器最显著的区别,将写作与预览窗口相结合,为用户呈现所见即所得的编辑模式,支持Markdown的各种基础语法,支持快捷键操作,是好用的一款Markdown编辑器。即时渲染功能使得你写Markdown文件就想是写Word文档一样流畅自如✅,不像其他编辑器的有编辑栏和显示栏。🍇Typora使用的是GitHub 风格的Markdown 语法,扩展了任务列表、表格、表情符号、数学公式、代码高亮等常用功能。
  • ☘️毛毛张在本篇博客中试图将Typora中的使用技巧进行一个详细的介绍,包括快捷键和语法,掌握这些技巧可以帮助我们更好更快的编写markdown文档。有些语法只有在购买的正版中才能适用,例如高亮、上下标和数学公式等
  • 毛毛张觉得这个软件比较好用,因此自己也去购买了一个正版的,不过也是因为价格不贵,所以才买的,买完之后发现用这个记笔记真的好用。💚不过在这里并没有带货和做广告的嫌疑,大家根据自己的需求,安装包毛毛张放在这里大家自行领取:Typora安装包
  • ⭐不仅如此,用Typora编辑的markdown文件还可以直接导入到CSDN博客中,学习了Typora的使用技巧之后写CSDN博客的时候很方便,直接导入就可以了👍

1.Typora的快捷键

  • 无序列表:- + 空格
  • 有序列表:1. + 空格
  • 引用:> + 空格
  • 标题:ctrl + 数字(1/2/3...)
  • 表格:ctrl + t
  • 生成目录:[TOC] + 回车
  • 选中一整行:ctrl + l
  • 选中单词:ctrl + d
  • 选中相同格式的文字:ctrl + e
  • 跳转到文章开头:ctrl + home
  • 跳转到文章结尾:ctrl + end
  • 搜索:ctrl+ f
  • 替换:ctrl + h
  • 加粗:ctrl+ b
  • 倾斜:ctrl + i
  • 下划线:ctrl + u
  • 删除线:alt + shift+ 5
  • 插入图片:直接拖动到指定位置即可或者ctrl + shift + i
  • 插入链接:ctrl+ k

2.文本

更多关于文本的设置可以学习html语法

2.1 文本颜色设置

代码:

<font color = red>1.我是文本 红色red</font>
<font color = blue>2.我是文本 蓝色</font>
<font color = pink>3.我是文本 粉红</font>
<font color = purple>4.我是文本 紫色</font>
<font color = black>5.我是文本 黑色</font>
<font color = Orange>6.我是文本 橙色</font>
<font color = gray>7.我是文本 灰色</font>
<font color = green>8.我是文本 绿色</font>
<font color = #FF0000>9.我是文本 红色#FF0000</font>

效果展示:

1.我是文本 红色red
2.我是文本 蓝色
3.我是文本 粉红
4.我是文本 紫色
5.我是文本 黑色
6.我是文本 橙色
7.我是文本 灰色
8.我是文本 绿色
8.我是文本 红色#FF0000

2.2 文本背景色

说明:typora中并没有内容居中的选项,想要居中只能使用html语法

代码:

<table><tr><td bgcolor=pink> 这段文字的背景颜色是粉红色 </td></tr></table>
<table><tr><td bgcolor=yellow> 这段文字的背景颜色是黄色 </td></tr></table>

效果展示

这段文字的背景颜色是粉红色
这段文字的背景颜色是黄色

上面两个设置涉及到颜色的名称和颜色的十六进制表示,如果大家需要更多的颜色的的英文字母和颜色的十六进制表示可以进入毛毛张的这篇博客中转站进去查看:颜色及其英文表示和十六进制表示

2.3 文本字号设置

说明: size用来指定尺寸大小,数值从1~ 6的数字,浏览器默认值是3,小数也是允许的

代码:

<font size=1>这是字号1</font>
<font size=2>这是字号2</font>
<font size=3>这是字号3(默认大小)</font>
<font size=4>这是字号4</font>
<font size=5>这是字号5</font>
<font size=6>这是字号6</font>
<strong>这是加粗文本</strong>

效果展示:

这是字号1
这是字号2
这是字号3(默认大小)
这是字号4
这是字号5
这是字号6
这是加粗文本

2.4 文本字体设置

代码:

<font face = "楷体">1.这是楷体</font>
<font face = "黑体">2.这是黑体</font>
<font face = "微软雅黑">3.这是微软雅黑</font>
<font face = "华文彩云">4.这是华文彩云</font>
<font face="STCAIYUN">5.这是华文彩云</font>
<font face="宋体">6.这是宋体</font>
<font face="华文行楷">7.这是华文行楷</font>
<font face="方正姚体">8.这是方正姚体</font>
<font face="幼圆">9.这是幼圆</font>
<font face="隶书">10.这是隶书</font>

效果展示:
1.这是楷体
2.这是黑体
3.这是微软雅黑
4.这是华文彩云
5.这是华文彩云
6.这是宋体
7.这是华文行楷
8.这是方正姚体
9.这是幼圆
10.这是隶书

2.5 实战演练

语法:<font color=颜色 face=字体 size=字号大小> 需要显示的正文内容 </font>

代码:

<font color =red size = 5 face = "楷体">我是文本 楷体 5号 红色</font>

效果展示:

我是文本 楷体 5号 红色

2.6 文字斜体

快捷键: Ctrl + I

语法: *文本*

代码:

*这是斜体*

效果展示:
字体斜体

2.7 文字加粗

快捷键:Ctrl + B

语法: **文本**

代码:

**这是粗体**

效果展示:
这是粗体

2.8 文本斜体+加粗

快捷键:加粗快捷键 + 斜体快捷键

快捷键:Ctrl + B + Ctrl + I

语法: ***文本*** 或者 ___文本___(3个星号或者下划短线)

***1.这是一个斜体并加粗的文字***
___2.这是一个斜体并加粗的文字___

效果展示:

1.这是一个斜体并加粗的文字
2.这是一个斜体并加粗的文字

2.9 文本删除线

快捷键:Alt + Shift + 5

语法:~~文本~~

代码:

~~这段文字用于展示删除线的效果~~

效果展示:

这段文字用于展示删除线的效果

2.10 下划线

快捷键:Ctrl + U

语法:<u>文字</u>

<u>这段文字用于展示下划线的效果</u>

效果展示:

这段文字用于展示下划线的效果

2.11 文本高亮

语法:==高亮文本==

==这是一段高亮的文字==

效果展示:

这是一段高亮的文字

2.12 文本居中

说明:typora中并没有内容居中的选项,想要居中只能使用html语法

语法:<center> 居中文本 </center>

代码:

<center> 1.这是一段居中显示的文本 </center>
# 下面中格式只能在Typora编辑器中支持,在CSDN编辑器中是不支持的
<p style="text-align: center; color: blue ;size:6;">2.这是居中的蓝色文字</p>
<div style="text-align: center; color: blue;">3.这是居中的蓝色文字</div>

效果展示:

1.这是一段居中显示的文本

2.这是居中的蓝色文字

3.这是居中的蓝色文字

注意:使用居中显示不能给文字添加其他效果

2.13 段落缩进与段落空格

语法:

  • &emsp:全角缩进,缩进1个汉字
  • &ensp:半角缩进,缩进1个英文标点
  • &nbsp:空格,缩进1个空格
  • 注意:如需要多使用几个段落缩进与段落空格,就需要多打几个,并用分号;隔开

代码:

&emsp;&emsp;1.全角缩进,相当于缩进2个汉字
&ensp;&ensp;2.半角缩进,相当于缩进2个英文标点
&nbsp;&nbsp;&nbsp;&nbsp;3.空格,缩进4个空格
> 下面这种方式属于html语言的缩进语法,在CSDN中不支持
<p>  4.这种缩进是属于html语言的缩进语法</p>

实战演示:

  1.全角缩进,相当于缩进2个汉字
  2.半角缩进,相当于缩进2个英文标点
    3.空格,缩进4个空格

下面这种方式属于html语言的缩进语法,在CSDN中不支持

  4.这种缩进是属于html语言的缩进语法

2.14 段落换行

语法:<br><br/>

代码:

这是第一行<br>这是第二行<br/>这是第三行

效果展示:

这是第一行
这是第二行
这是第三行

3.特殊格式

3.1 标题

快捷键:Ctrl + 数字(数字是多少代表多少级标题,最小六级标题)

语法:#+空格+标题名(输入几个#就代表几级标题,最小六级标题)

代码:如果没有显示,可以在输入完毕之后敲击一下回车键

# 这是一级标题
## 这是二级标题
### 这是三级标题
#### 这是四级标题
##### 这是五级标题
###### 这是六级标题

效果展示:

这是一级标题

这是二级标题

这是三级标题

这是四级标题
这是五级标题
这是六级标题

3.2 目录

注意:一定要在行首输入才有效

语法:[toc] 或者 [Toc] 或者 [TOC]

代码:如果没有显示,可以在输入完毕之后敲击一下回车键

@[toc]

效果展示:

[toc]

3.3 分割线

语法:三个以上的*-

代码:如果没有显示,可以在输入完毕之后敲击一下回车键

******************************
------------------------------

效果展示:



3.4 跳转语法

3.4.1 外部跳转

语法:[链接跳转提示](链接网址)

代码:[]中的内容可以自己重命名

[百度一下](https://www.baidu.com/)

效果展示:

百度一下

3.4.2 内部跳转

说明: 内部跳转即实现在文档内部,点击跳转到该标题下

语法:[跳转提示](#要跳转的标题)
代码:[]中的内容可以自己重命名

[跳转语法部分标题](#3.4 跳转语法)

效果展示:

需要按住Ctrl键再点击才能实现跳转:

[跳转语法部分标题](#3.4 跳转语法)

3.4.3 自动连接

语法:<链接网址>

代码:

<https://www.baidu.com>

效果展示:

https://www.baidu.com

3.5 字母上标和下标

字母显示上标和下表需要与Typora的语法偏好中进行设置,并且只有正版才支持,破解版了设置了也不会显示

3.5.1 设置:

  • 文件→偏好设置→Markdown→Markdown扩展语法→勾选下列选项

image-20240125200711543

3.5.2 上标

代码:

10^9^
10^-1^

效果展示:
109
10-1

3.5.3 下标

代码:

M~K~
H~2~O

效果展示:
MK
H2O

3.5.4 LaTex数学公式

这种方式是通过数学公式的方式来显示,需要知道编辑数学公式的语法,毛毛张在这里给大家推荐一款在线公式识别网页:simpletex,在识别完公式之后选择复制成LaTex格式粘贴到Typora上,便可自动转化成公式。

该软件可以对图片上的公式进行识别,并转化成你想要的格式,然后粘贴到Typora中。

语法:$公式$$$公式$$,即用1个或者2个$进行包裹

代码:

$\frac {1} {100}$
$M^n_{kernel}$

输出显示:
1 100 \frac {1} {100} 1001
M k e r n e l n M^n_{kernel} Mkerneln

在数学公式中经常出现上下标,因此我们也可以通过LaTex数学公式来显示上下标

语法:$x^p_ {ij}$

说明:

(1)公式的编辑都在两个符号中间$$
(2)^符号后接的字符为上标
(3)_符号后接的字符为下标
(4)如果同时有两个下标,则需要使用{}来将符号括起来

代码:

$x^p_{ij}$

效果展示:

x i j p x^p_{ij} xijp

3.6 表格

在表格这一部分,毛毛张使用的不多,暂时还并没有很多使用心得,大家直接右键插入表格就感觉已经可以了,在这个里面使用表格感觉确实不是很方便

语法:|Name | Age|,每一列使用|进行隔开

设置对齐方式:|:---: | ---:| ,其中:--------表示左对齐;:---------:表示居中对齐;----------:表示右对齐

代码:

|Name | Age|
|:---:| ---:|
|Delta| 19|
|Lisa | 21|

效果展示:

NameAge
Delta19
Lisa21

3.7 引用

语法:>+空格+引用的内容

代码:

> 这是一个引用

效果展示:

这是一个引用

3.8 无序列表

语法:*+空格+内容-+空格+内容++空格+内容

代码:

* 这是第一种方式
- 这是第二种方式
+ 这是第三种方式

效果展示:

  • 这是第一种方式
  • 这是第二种方式
  • 这是第三种方式

注意:在输入上面三个符号之后需要敲击空格才会自动变成无须列表(黑色原点)

3.9 有序列表

语法:数字+.+空格

代码:

1. 数字加.是有序列表
2. 数字的顺序不决定列表的顺序
3. 推荐1 2 3 4 的顺序

效果展示:

  1. 数字加.是有序列表
  2. 数字的顺序不决定列表的顺序
  3. 推荐1 2 3 4 的顺序

注意:在输入数字加.之后需要敲击空格才会自动变成有序列表

3.10 代码

快捷键:Ctrl + Shift + K

语法: ````编程语言`

如果没有显示可以在输入编程语言之后敲击一下回车,如果不输入何种语言,就不用写编程语言,代码块的本质语法就是用3个`将代码包裹,就会自动转化成对应的代码

代码:

```python

效果展示:

if i == 2:
    print("hello world!")

下面就展示的是python代码块了,输入相应的代码,相关的关键词的颜色就会变

3.11 图片

语法:

  • 方式1:![图片别名](图片地址或者图片本地存储的路径) (Typora默认格式)

  • 方式2: <img src="图片地址或者图片本地存储的路径">

    > 下面的图片语法在typora中全都支持的
    > 语法1:
    <img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg"/>
    > 语法2:这种语法是在typora中使用缩放快捷方式之后自动转变成的格式,但是这种格式在CSDN中进行缩放是不支持的,下面毛毛张将会介绍在CSDN中如何进行图片的缩放
    <img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg" alt="无法显示图片时显示的文字" style="zoom:这是写图片缩放的比例,比如:zoom:30%"/>
    

方式2是使用的html语言,在Typora中是支持的,但是CSDN不支持完整的html语法,在CSDN中无法使用语法2对图片的大小进行缩放,只能对图片进行显示

代码:这张图片的路径使用的是网络路径,大家可以直接粘贴到自己的文本上进行测试

![typora](https://img-blog.csdnimg.cn/img_convert/e780498f832d66479f516f9630879bed.jpeg)
<center><p>typora图标</p></center>
<img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg" alt="无法显示图片时显示的文字" style="zoom:30%">
<center><p>typora图标缩放成80%</p></center>
<img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg" alt="无法显示图片时显示的文字" style="zoom:30%">

效果展示:

外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传

typora图标


无法显示图片时显示的文字

typora图标缩放成30%

上面是图片的简单语法,下面来细说一下图片的其它相关设置

3.11.1 图片题注

  • Typora中没有给图片添加题注的快捷方式,只能通过人工的方式,这里毛毛张介绍两种方式
1.直接下加标题

实现:在图片下面单独添加一个居中的文本就是给图片添加题注

代码:

![typora](https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg)
<center><p>typora图标</p></center>

效果展示:图片没有居中,在下面会介绍如何居中

typora

typora图标

2.封装型

语法:使用html语法

<div>			<!--块级封装-->
    <center>	<!--将图片和文字居中-->
    <img src="图片路径放这里"
         alt="无法显示图片时显示的文字"
         style="zoom:这是写图片缩放的比例,比如:zoom:30%"/>
    <br>		<!--换行-->
    这里是图片的标题	<!--标题-->
    </center>
</div>

代码:

<div>			<!--块级封装-->
    <center>	<!--将图片和文字居中-->
    <img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg"
         alt="无法显示图片时显示的文字"
         style="zoom:30%"/>
    <br>		<!--换行-->
    typora图标	<!--标题-->
    </center>
</div>

效果展示:

无法显示图片时显示的文字
typora图标

方式1是简单粗暴的,直接在图片下加文字作标题;方式2是封装可拓展性强

3.11.2 调整大小

方式1:直接设置大小(不推荐)

语法:在方式1插入图片的后面加上#pic_center =400x100

图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png)
带尺寸的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png =50x50)
居中的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png#pic_center)
居中并且带尺寸的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png#pic_center =50x50)
居右的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png#pic_right)

注意:

  • 这种设置只在CSDN博客中支持,在Typora中不支持
  • #pic_center表示居中,#pic_left表示居左,#pic_right表示居右,等号前面有一个空格

代码:

![typora](https://img-blog.csdnimg.cn/img_convert/e780498f832d66479f516f9630879bed.jpeg#pic_center =400x200)
<center><p>typora图标指定大小</p></center>

效果展示:

typora

typora图标指定大小

这种方式不推荐,因为需要知道图片的原始大小,对于少量图片使用,但是大量图片就不适用了

方式2:按照比例进行缩放(推荐)

语法:在方式1插入图片的后面加上 =50%x50%

![图片](https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg#pic_center =50%x50%)
宽度确定高度等比例的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png =50x)(CSDN默认写法)
宽度确定高度等比例的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png =50%x)
高度确定宽度等比例的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png =x50)(CSDN默认写法)
高度确定宽度等比例的图片: ![Alt](https://img-home.csdnimg.cn/images/20220524100510.png =x50%)

注意:

  • 这种设置只在CSDN博客中支持,在Typora中不支持

  • 等号前面有个空格,中间那个字母是英文字母x

  • 缩放比例一样,可以忽略一部分,如 =50%x,写法比较多

代码:

![typora](https://img-blog.csdnimg.cn/img_convert/e780498f832d66479f516f9630879bed.jpeg#pic_center =30%x30%)

效果展示:

typora

方式3:<img src="路径">(推荐)

语法:

  • 语法1:其中width控制图片缩放百分比例,在CSDN和Typora中都支持

    <img src="图片地址#pic_center" width="10%">
    
  • 语法2:其中zoom控制图片缩放百分比例,仅在Typora中支持,Typora的默认方式

    <img src="图片地址" alt="无法显示图片时显示的文字" style="zoom:30%"/>
    

代码:

<img src="https://i-blog.csdnimg.cn/blog_migrate/a07da9da460ec47b4c71281b6e37bf7f.jpeg#pic_center" width="10%">
<center><p>typora图标缩放为50%</p></center>

效果展示:

typora图标缩放为50%

3.12 彩蛋

我猜你们 最想要 的应该是这个吧:对不对

代码:

`` 你们最想要的文字特效 ``

效果展示:
你们最想要的文字特效

4.特殊符号

符号说明编码
双引号&quot;
&AND符号&amp;
<小于符号&lt;
>大于符号&gt;
空格&nbsp;
段落符号&para;
§章节符号&sect;
©版权所有符号&copy;
×乘号&times;
÷除号&divide;
±正负符号&plusmn;
ƒfunction符号&fnof;
根号&radic;
无限大&infin;
微积分符号&int;
不等于符号&ne;
相等符号&equiv;
小于等于&le;
大于等于&ge;
垂直符号&perp;
½二分之一符号&frac12;
¼四分之一符号&frac14;
¾四分之三符号&frac34;
百分符号&permil;
所以符号&there4;
π圆周率符号&pi;
¹批注1符号&sup1;
²批注2符号&sup2;
向左箭头&larr;
向上箭头&uarr;
向右箭头&rarr;
向下箭头&darr;
双线向左箭头&lArr;
双线向上箭头&uArr;
双线向右箭头&rArr;
双线向下箭头&dArr;
双线双向箭头&hArr;
黑桃符号&spades;
梅花符号&clubs;
红心符号&hearts;
方块符号&diams;
αAlpha符号&alpha;
βBata符号&beta;
γGamma符号&gamma;
ΔDelta符号&Delta;
λLambda符号&lambda;
ΣSigma符号&Sigma;
τTau符号&tau;

5.内置表情

注意:这种表情的语法比图在行首写才会起作用

语法::+表情英文名称+:(英文冒号)

代码:

:smile:

效果展示:

😄

说明: 在使用Typora记笔记的过程中适当添加表情使得内容排版更加美观

image-20240125193055274

下面列举了一些在Typora中可以输入的表情包,这个也是毛毛张在别的地方收录的。已经分门别类的给大家整理好了,大家可以根据自己的习惯记住一些常用的表情。

People

😄 :smile:😆 :laughing:😫 :tired_face:
😊 :blush:😃 :smiley:☺️ :relaxed:
😏 :smirk:😍 :heart_eyes:😘 :kissing_heart:
😚 :kissing_closed_eyes:😳 :flushed:😌 :relieved:
😆 :satisfied:😁 :grin:😉 :wink:
😜 :stuck_out_tongue_winking_eye:😝 :stuck_out_tongue_closed_eyes:😀 :grinning:
😗 :kissing:😙 :kissing_smiling_eyes:😛 :stuck_out_tongue:
😴 :sleeping:😟 :worried:😦 :frowning:
😧 :anguished:😮 :open_mouth:😬 :grimacing:
😕 :confused:😯 :hushed:😑 :expressionless:
😒 :unamused:😅 :sweat_smile:😓 :sweat:
😥 :disappointed_relieved:😩 :weary:😔 :pensive:
😞 :disappointed:😖 :confounded:😨 :fearful:
😰 :cold_sweat:😣 :persevere:😢 :cry:
😭 :sob:😂 :joy:😲 :astonished:
😱 :scream:
😠 :angry:😡 :rage:😤 :triumph:
😪 :sleepy:😋 :yum:😷 :mask:
😎 :sunglasses:😵 :dizzy_face:👿 :imp:
😈 :smiling_imp:😐 :neutral_face:😶 :no_mouth:
😇 :innocent:👽 :alien:💛 :yellow_heart:
💙 :blue_heart:💜 :purple_heart:❤️ :heart:
💚 :green_heart:💔 :broken_heart:💓 :heartbeat:
💗 :heartpulse:💕 :two_hearts:💞 :revolving_hearts:
💘 :cupid:💖 :sparkling_heart::sparkles:
⭐️ :star:🌟 :star2:💫 :dizzy:
💥 :boom:💥 :collision:💢 :anger:
❗️ :exclamation::question::grey_exclamation:
:grey_question:💤 :zzz:💨 :dash:
💦 :sweat_drops:🎶 :notes:🎵 :musical_note:
🔥 :fire:💩 :hankey:💩 :poop:
💩 :shit:👍 :+1:👍 :thumbsup:
👎 :-1:👎 :thumbsdown:👌 :ok_hand:
👊 :punch:👊 :facepunch::fist:
✌️ :v:👋 :wave::hand:
:raised_hand:👐 :open_hands:☝️ :point_up:
👇 :point_down:👈 :point_left:👉 :point_right:
🙌 :raised_hands:🙏 :pray:👆 :point_up_2:
👏 :clap:💪 :muscle:🤘 :metal:
🖕 :fu:🚶 :walking:🏃 :runner:
🏃 :running:👫 :couple:👪 :family:
👬 :two_men_holding_hands:👭 :two_women_holding_hands:💃 :dancer:
👯 :dancers:🙆 :ok_woman:🙅 :no_good:
💁 :information_desk_person:🙋 :raising_hand:👰 :bride_with_veil:
🙎 :person_with_pouting_face:🙍 :person_frowning:🙇 :bow:
:couplekiss: :couplekiss:💑 :couple_with_heart:💆 :massage:
💇 :haircut:💅 :nail_care:👦 :boy:
👧 :girl:👩 :woman:👨 :man:
👶 :baby:👵 :older_woman:👴 :older_man:
👱 :person_with_blond_hair:👲 :man_with_gua_pi_mao:👳 :man_with_turban:
👷 :construction_worker:👮 :cop:👼 :angel:
👸 :princess:😺 :smiley_cat:😸 :smile_cat:
😻 :heart_eyes_cat:😽 :kissing_cat:😼 :smirk_cat:
🙀 :scream_cat:😿 :crying_cat_face:😹 :joy_cat:
😾 :pouting_cat:👹 :japanese_ogre:👺 :japanese_goblin:
🙈 :see_no_evil:🙉 :hear_no_evil:🙊 :speak_no_evil:
💂 :guardsman:💀 :skull:🐾 :feet:
👄 :lips:💋 :kiss:💧 :droplet:
👂 :ear:👀 :eyes:👃 :nose:
👅 :tongue:💌 :love_letter:👤 :bust_in_silhouette:
👥 :busts_in_silhouette:💬 :speech_balloon:💭 :thought_balloon:

Nature

☀️ :sunny:☔️ :umbrella:☁️ :cloud:
❄️ :snowflake:⛄️ :snowman:⚡️ :zap:
🌀 :cyclone:🌁 :foggy:🌊 :ocean:
🐱 :cat:🐶 :dog:🐭 :mouse:
🐹 :hamster:🐰 :rabbit:🐺 :wolf:
🐸 :frog:🐯 :tiger:🐨 :koala:
🐻 :bear:🐷 :pig:🐽 :pig_nose:
🐮 :cow:🐗 :boar:🐵 :monkey_face:
🐒 :monkey:🐴 :horse:🐎 :racehorse:
🐫 :camel:🐑 :sheep:🐘 :elephant:
🐼 :panda_face:🐍 :snake:🐦 :bird:
🐤 :baby_chick:🐥 :hatched_chick:🐣 :hatching_chick:
🐔 :chicken:🐧 :penguin:🐢 :turtle:
🐛 :bug:🐝 :honeybee:🐜 :ant:
🐞 :beetle:🐌 :snail:🐙 :octopus:
🐠 :tropical_fish:🐟 :fish:🐳 :whale:
🐋 :whale2:🐬 :dolphin:🐄 :cow2:
🐏 :ram:🐀 :rat:🐃 :water_buffalo:
🐅 :tiger2:🐇 :rabbit2:🐉 :dragon:
🐐 :goat:🐓 :rooster:🐕 :dog2:
🐖 :pig2:🐁 :mouse2:🐂 :ox:
🐲 :dragon_face:🐡 :blowfish:🐊 :crocodile:
🐪 :dromedary_camel:🐆 :leopard:🐈 :cat2:
🐩 :poodle:🐾 :paw_prints:💐 :bouquet:
🌸 :cherry_blossom:🌷 :tulip:🍀 :four_leaf_clover:
🌹 :rose:🌻 :sunflower:🌺 :hibiscus:
🍁 :maple_leaf:🍃 :leaves:🍂 :fallen_leaf:
🌿 :herb:🍄 :mushroom:🌵 :cactus:
🌴 :palm_tree:🌲 :evergreen_tree:🌳 :deciduous_tree:
🌰 :chestnut:🌱 :seedling:🌼 :blossom:
🌾 :ear_of_rice:🐚 :shell:🌐 :globe_with_meridians:
🌞 :sun_with_face:🌝 :full_moon_with_face:🌚 :new_moon_with_face:
🌑 :new_moon:🌒 :waxing_crescent_moon:🌓 :first_quarter_moon:
🌔 :waxing_gibbous_moon:🌕 :full_moon:🌖 :waning_gibbous_moon:
🌗 :last_quarter_moon:🌘 :waning_crescent_moon:🌜 :last_quarter_moon_with_face:
🌛 :first_quarter_moon_with_face:🌔 :moon:🌍 :earth_africa:
🌎 :earth_americas:🌏 :earth_asia:🌋 :volcano:
🌌 :milky_way:⛅️ :partly_sunny:

Object

🎍 :bamboo:💝 :gift_heart:🎎 :dolls:
🎒 :school_satchel:🎓 :mortar_board:🎏 :flags:
🎆 :fireworks:🎇 :sparkler:🎐 :wind_chime:
🎑 :rice_scene:🎃 :jack_o_lantern:👻 :ghost:
🎅 :santa:🎄 :christmas_tree:🎁 :gift:
🔔 :bell:🔕 :no_bell:🎋 :tanabata_tree:
🎉 :tada:🎊 :confetti_ball:🎈 :balloon:
🔮 :crystal_ball:💿 :cd:📀 :dvd:
💾 :floppy_disk:📷 :camera:📹 :video_camera:
🎥 :movie_camera:💻 :computer:📺 :tv:
📱 :iphone:☎️ :phone:☎️ :telephone:
📞 :telephone_receiver:📟 :pager:📠 :fax:
💽 :minidisc:📼 :vhs:🔉 :sound:
🔈 :speaker:🔇 :mute:📢 :loudspeaker:
📣 :mega:⌛️ :hourglass::hourglass_flowing_sand:
:alarm_clock:⌚️ :watch:📻 :radio:
📡 :satellite::loop:🔍 :mag:
🔎 :mag_right:🔓 :unlock:🔒 :lock:
🔏 :lock_with_ink_pen:🔐 :closed_lock_with_key:🔑 :key:
💡 :bulb:🔦 :flashlight:🔆 :high_brightness:
🔅 :low_brightness:🔌 :electric_plug:🔋 :battery:
📲 :calling:✉️ :email:📫 :mailbox:
📮 :postbox:🛀 :bath:🛁 :bathtub:
🚿 :shower:🚽 :toilet:🔧 :wrench:
🔩 :nut_and_bolt:🔨 :hammer:💺 :seat:
💰 :moneybag:💴 :yen:💵 :dollar:
💷 :pound:💶 :euro:💳 :credit_card:
💸 :money_with_wings:📧 :e-mail:📥 :inbox_tray:
📤 :outbox_tray:✉️ :envelope:📨 :incoming_envelope:
📯 :postal_horn:📪 :mailbox_closed:📬 :mailbox_with_mail:
📭 :mailbox_with_no_mail:🚪 :door:🚬 :smoking:
💣 :bomb:🔫 :gun:🔪 :hocho:
💊 :pill:💉 :syringe:📄 :page_facing_up:
📃 :page_with_curl:📑 :bookmark_tabs:📊 :bar_chart:
📈 :chart_with_upwards_trend:📉 :chart_with_downwards_trend:📜 :scroll:
📋 :clipboard:📆 :calendar:📅 :date:
📇 :card_index:📁 :file_folder:📂 :open_file_folder:
✂️ :scissors:📌 :pushpin:📎 :paperclip:
✒️ :black_nib:✏️ :pencil2:📏 :straight_ruler:
📐 :triangular_ruler:📕 :closed_book:📗 :green_book:
📘 :blue_book:📙 :orange_book:📓 :notebook:
📔 :notebook_with_decorative_cover:📒 :ledger:📚 :books:
🔖 :bookmark:📛 :name_badge:🔬 :microscope:
🔭 :telescope:📰 :newspaper:🏈 :football:
🏀 :basketball:⚽️ :soccer:⚾️ :baseball:
🎾 :tennis:🎱 :8ball:🏉 :rugby_football:
🎳 :bowling:⛳️ :golf:🚵 :mountain_bicyclist:
🚴 :bicyclist:🏇 :horse_racing:🏂 :snowboarder:
🏊 :swimmer:🏄 :surfer:🎿 :ski:
♠️ :spades:♥️ :hearts:♣️ :clubs:
♦️ :diamonds:💎 :gem:💍 :ring:
🏆 :trophy:🎼 :musical_score:🎹 :musical_keyboard:
🎻 :violin:👾 :space_invader:🎮 :video_game:
🃏 :black_joker:🎴 :flower_playing_cards:🎲 :game_die:
🎯 :dart:🀄️ :mahjong:🎬 :clapper:
📝 :memo:📝 :pencil:📖 :book:
🎨 :art:🎤 :microphone:🎧 :headphones:
🎺 :trumpet:🎷 :saxophone:🎸 :guitar:
👞 :shoe:👡 :sandal:👠 :high_heel:
💄 :lipstick:👢 :boot:👕 :shirt:
👕 :tshirt:👔 :necktie:👚 :womans_clothes:
👗 :dress:🎽 :running_shirt_with_sash:👖 :jeans:
👘 :kimono:👙 :bikini:🎀 :ribbon:
🎩 :tophat:👑 :crown:👒 :womans_hat:
👞 :mans_shoe:🌂 :closed_umbrella:💼 :briefcase:
👜 :handbag:👝 :pouch:👛 :purse:
👓 :eyeglasses:🎣 :fishing_pole_and_fish:☕️ :coffee:
🍵 :tea:🍶 :sake:🍼 :baby_bottle:
🍺 :beer:🍻 :beers:🍸 :cocktail:
🍹 :tropical_drink:🍷 :wine_glass:🍴 :fork_and_knife:
🍕 :pizza:🍔 :hamburger:🍟 :fries:
🍗 :poultry_leg:🍖 :meat_on_bone:🍝 :spaghetti:
🍛 :curry:🍤 :fried_shrimp:🍱 :bento:
🍣 :sushi:🍥 :fish_cake:🍙 :rice_ball:
🍘 :rice_cracker:🍚 :rice:🍜 :ramen:
🍲 :stew:🍢 :oden:🍡 :dango:
🥚 :egg:🍞 :bread:🍩 :doughnut:
🍮 :custard:🍦 :icecream:🍨 :ice_cream:
🍧 :shaved_ice:🎂 :birthday:🍰 :cake:
🍪 :cookie:🍫 :chocolate_bar:🍬 :candy:
🍭 :lollipop:🍯 :honey_pot:🍎 :apple:
🍏 :green_apple:🍊 :tangerine:🍋 :lemon:
🍒 :cherries:🍇 :grapes:🍉 :watermelon:
🍓 :strawberry:🍑 :peach:🍈 :melon:
🍌 :banana:🍐 :pear:🍍 :pineapple:
🍠 :sweet_potato:🍆 :eggplant:🍅 :tomato:
🌽 :corn:

Places

🏠 :house:🏡 :house_with_garden:🏫 :school:
🏢 :office:🏣 :post_office:🏥 :hospital:
🏦 :bank:🏪 :convenience_store:🏩 :love_hotel:
🏨 :hotel:💒 :wedding:⛪️ :church:
🏬 :department_store:🏤 :european_post_office:🌇 :city_sunrise:
🌆 :city_sunset:🏯 :japanese_castle:🏰 :european_castle:
⛺️ :tent:🏭 :factory:🗼 :tokyo_tower:
🗾 :japan:🗻 :mount_fuji:🌄 :sunrise_over_mountains:
🌅 :sunrise:🌠 :stars:🗽 :statue_of_liberty:
🌉 :bridge_at_night:🎠 :carousel_horse:🌈 :rainbow:
🎡 :ferris_wheel:⛲️ :fountain:🎢 :roller_coaster:
🚢 :ship:🚤 :speedboat:⛵️ :boat:
⛵️ :sailboat:🚣 :rowboat:⚓️ :anchor:
🚀 :rocket:✈️ :airplane:🚁 :helicopter:
🚂 :steam_locomotive:🚊 :tram:🚞 :mountain_railway:
🚲 :bike:🚡 :aerial_tramway:🚟 :suspension_railway:
🚠 :mountain_cableway:🚜 :tractor:🚙 :blue_car:
🚘 :oncoming_automobile:🚗 :car:🚗 :red_car:
🚕 :taxi:🚖 :oncoming_taxi:🚛 :articulated_lorry:
🚌 :bus:🚍 :oncoming_bus:🚨 :rotating_light:
🚓 :police_car:🚔 :oncoming_police_car:🚒 :fire_engine:
🚑 :ambulance:🚐 :minibus:🚚 :truck:
🚋 :train:🚉 :station:🚆 :train2:
🚅 :bullettrain_front:🚄 :bullettrain_side:🚈 :light_rail:
🚝 :monorail:🚃 :railway_car:🚎 :trolleybus:
🎫 :ticket:⛽️ :fuelpump:🚦 :vertical_traffic_light:
🚥 :traffic_light:⚠️ :warning:🚧 :construction:
🔰 :beginner:🏧 :atm:🎰 :slot_machine:
🚏 :busstop:💈 :barber:♨️ :hotsprings:
🏁 :checkered_flag:🎌 :crossed_flags:🏮 :izakaya_lantern:
🗿 :moyai:🎪 :circus_tent:🎭 :performing_arts:
📍 :round_pushpin:🚩 :triangular_flag_on_post:🇯🇵 :jp:
🇰🇷 :kr:🇨🇳 :cn:🇺🇸 :us:
🇫🇷 :fr:🇪🇸 :es:🇮🇹 :it:
🇷🇺 :ru:🇬🇧 :gb:🇬🇧 :uk:
🇩🇪 :de:

Symbols

1️⃣ :one:2️⃣ :two:3️⃣ :three:
4️⃣ :four:5️⃣ :five:6️⃣ :six:
7️⃣ :seven:8️⃣ :eight:9️⃣ :nine:
🔟 :keycap_ten:🔢 :1234:0️⃣ :zero:
#️⃣ :hash:🔣 :symbols:◀️ :arrow_backward:
⬇️ :arrow_down:▶️ :arrow_forward:⬅️ :arrow_left:
🔠 :capital_abcd:🔡 :abcd:🔤 :abc:
↙️ :arrow_lower_left:↘️ :arrow_lower_right:➡️ :arrow_right:
⬆️ :arrow_up:↖️ :arrow_upper_left:↗️ :arrow_upper_right:
:arrow_double_down::arrow_double_up:🔽 :arrow_down_small:
⤵️ :arrow_heading_down:⤴️ :arrow_heading_up:↩️:leftwards_arrow_with_hook:
↪️ :arrow_right_hook:↔️ :left_right_arrow:↕️ :arrow_up_down:
🔼 :arrow_up_small:🔃 :arrows_clockwise:🔄 :arrows_counterclockwise:
:rewind::fast_forward:ℹ️ :information_source:
🆗 :ok:🔀 :twisted_rightwards_arrows:🔁 :repeat:
🔂 :repeat_one:🆕 :new:🔝 :top:
🆙 :up:🆒 :cool:🆓 :free:
🆖 :ng:🎦 :cinema:🈁 :koko:
📶 :signal_strength:🈹 :u5272:🈴 :u5408:
🈺 :u55b6:🈯️ :u6307:🈷️ :u6708:
🈶 :u6709:🈵 :u6e80:🈚️ :u7121:
🈸 :u7533:🈳 :u7a7a:🈲 :u7981:
🈂️ :sa:🚻 :restroom:🚹 :mens:
🚺 :womens:🚼 :baby_symbol:🚭 :no_smoking:
🅿️ :parking:♿️ :wheelchair:🚇 :metro:
🛄 :baggage_claim:🉑 :accept:🚾 :wc:
🚰 :potable_water:🚮 :put_litter_in_its_place:㊙️ :secret:
㊗️ :congratulations:Ⓜ️ :m:🛂 :passport_control:
🛅 :left_luggage:🛃 :customs:🉐 :ideograph_advantage:
🆑 :cl:🆘 :sos:🆔 :id:
🚫 :no_entry_sign:🔞 :underage:📵 :no_mobile_phones:
🚯 :do_not_litter:🚱 :non-potable_water:🚳 :no_bicycles:
🚷 :no_pedestrians:🚸 :children_crossing:⛔️ :no_entry:
✳️ :eight_spoked_asterisk:✴️ :eight_pointed_black_star:💟 :heart_decoration:
🆚 :vs:📳 :vibration_mode:📴 :mobile_phone_off:
💹 :chart:💱 :currency_exchange:♈️ :aries:
♉️ :taurus:♊️ :gemini:♋️ :cancer:
♌️ :leo:♍️ :virgo:♎️ :libra:
♏️ :scorpius:♐️ :sagittarius:♑️ :capricorn:
♒️ :aquarius:♓️ :pisces::ophiuchus:
🔯 :six_pointed_star::negative_squared_cross_mark:🅰️ :a:
🅱️ :b:🆎 :ab:🅾️ :o2:
💠:diamond_shape_with_a_dot_inside:♻️ :recycle:🔚 :end:
🔛 :on:🔜 :soon:🕐 :clock1:
🕜 :clock130:🕙 :clock10:🕥 :clock1030:
🕚 :clock11:🕦 :clock1130:🕛 :clock12:
🕧 :clock1230:🕑 :clock2:🕝 :clock230:
🕒 :clock3:🕞 :clock330:🕓 :clock4:
🕟 :clock430:🕔 :clock5:🕠 :clock530:
🕕 :clock6:🕡 :clock630:🕖 :clock7:
🕢 :clock730:🕗 :clock8:🕣 :clock830:
🕘 :clock9:🕤 :clock930:💲 :heavy_dollar_sign:
©️ :copyright:®️ :registered:™️ :tm:
:x:❗️ :heavy_exclamation_mark:‼️ :bangbang:
⁉️ :interrobang:⭕️ :o:✖️ :heavy_multiplication_x:
:heavy_plus_sign::heavy_minus_sign::heavy_division_sign:
💮 :white_flower:💯 :100:✔️ :heavy_check_mark:
☑️ :ballot_box_with_check:🔘 :radio_button:🔗 :link:
:curly_loop:〰️ :wavy_dash:〽️ :part_alternation_mark:
🔱 :trident::black_square: :black_square::white_square: :white_square:
:white_check_mark:🔲 :black_square_button:🔳 :white_square_button:
⚫️ :black_circle:⚪️ :white_circle:🔴 :red_circle:
🔵 :large_blue_circle:🔷 :large_blue_diamond:🔶 :large_orange_diamond:
🔹 :small_blue_diamond:🔸 :small_orange_diamond:🔺 :small_red_triangle:
🔻 :small_red_triangle_down:

参考文献

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

神马都会亿点点的毛毛张

你的鼓励将是我创作的最大动力!

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值