向上和向下箭头unicode字体大小问题 [英] Up and down arrow unicode font size issue

查看:161
本文介绍了向上和向下箭头unicode字体大小问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个最奇怪的问题,我面对,直到今天。我试图在HTML中显示unicode中的向上和向下箭头。



这是一个小问题,但对我却很刺激和压力。



 < div>&#708;< / div>< div>&#8964;< / div>   



如果有人能帮助我,我会非常感激。我已经浪费了5个小时。

解决方案

你没有使用正确的箭头。使用&#709; 实体。



查看更新 fiddle

 < div>&#708;< / div> div>&#709;< / div>  



您对实心箭头感兴趣



Demo



 < div>&#9650;< / div>< div>& ;#9660;< / div>  


I have one of the most strangest problems that I have faced till today. I am trying to show up and down arrow in unicode in HTML. However, they are not same in size and color.

This is a small issue yet very irritating and stressful to me

<div>&#708;</div>
<div>&#8964;</div>

I will be really grateful if somebody could help me. I've already wasted 5 hours behind this.

解决方案

You're not using the correct pair of arrows. Use &#709; entity for the corresponding down arrow.

See updated fiddle

<div>&#708;</div>
<div>&#709;</div>

If you're interested in filled arrows

Demo

<div>&#9650;</div>
<div>&#9660;</div>

这篇关于向上和向下箭头unicode字体大小问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆