惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
Vercel News
Vercel News
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
罗磊的独立博客
B
Blog
博客园_首页
A
About on SuperTechFans
有赞技术团队
有赞技术团队
V
V2EX
U
Unit 42
I
InfoQ
IT之家
IT之家
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
H
Help Net Security

博客园 - 李现民

聚人才,戏天下,以为本 一些强大的Shell命令(转) Bash Shortcuts(转) Unity3d中BlinnPhong光照模型注解 扩展方法之二分查找 一次非典型的程序优化 深度排序与alpha混合 SendMessage使用技巧 Unity3d基本优化策划 Destroy()方法的延时特性 如何使GameObject在超出Camera视野后自动销毁 避免在代码中直接使用delete关键字 J2ME中的基础碰撞检测算法 告别cpp&h:hpp文件编写心得(转) 平台无关性多线程库-C++ Boost Thread 编程指南(转) BitBlt()双缓冲解决图象闪烁(转) 后缀数组(转) 2006百度笔试题 百度笔试题
各种箭头的unicode编码值
李现民 · 2012-07-06 · via 博客园 - 李现民

    最近在做unity3d编辑器,使用c#编码。编辑器中有一些图形按方向画出来,但如果源文件中包含非assii字符的话会编译不过,没办法,只好求助unicode字符转义。在网上找到各类箭头方向的unicode编码,备案如下:

Name

left arrow

Unicode

2190

UTF-8

E28690

Name

up arrow

Unicode

2191

UTF-8

E28691

Name

right arrow

Unicode

2192

UTF-8

E28692

Name

down arrow

Unicode

2193

UTF-8

E28693

Name

left right arrow

Unicode

2194

UTF-8

E28694

Name

up down arrow

Unicode

2195

UTF-8

E28695

Name

upper left arrow

Unicode

2196

UTF-8

E28696

Name

upper right arrow

Unicode

2197

UTF-8

E28697

Name

lower right arrow

Unicode

2198

UTF-8

E28698

Name

lower left arrow

Unicode

2199

UTF-8

Es8699

Name

left double arrow

Unicode

21D0

UTF-8

E28790

Name

up double arrow

Unicode

21D1

UTF-8

E28791

Name

right double arrow

Unicode

21D2

UTF-8

E28792

Name

down double arrow

Unicode

21D3

UTF-8

E28793

Name

left right double arrow

Unicode

21D4

UTF-8

E28794

Name

up down double arrow

Unicode

21D5

UTF-8

E28795

Name

upper left double arrow

Unicode

21D6

UTF-8

E28796

Name

upper right double arrow

Unicode

21D7

UTF-8

E28797

Name

lower right double arrow

Unicode

21D8

UTF-8

E28798

Name

lower left double arrow

Unicode

21D9

UTF-8

E28799

Name

white left arrow

Unicode

21E6

UTF-8

E287A6

Name

white up arrow

Unicode

21E7

UTF-8

E287A7

Name

white right arrow

Unicode

21E8

UTF-8

E287A8

Name

white down arrow

Unicode

21E9

UTF-8

E287A9

Name

delete to the right key

Unicode

2326

UTF-8

E28CA6

Name

delete to the left key

Unicode

232B

UTF-8

E28CAB