Unicode字符代表“全屏”?

时间:2018-10-13 11:31:08

标签: unicode icons fullscreen symbols

给定the sheer number的Unicode箭头符号,这种用法不存在,我感到很惊讶。我错过了什么吗?还是有一个看起来类似于全屏图标的字符?

7 个答案:

答案 0 :(得分:3)

还有U + 26F6“方形四角形” looks看上去与此图像相似

maximize button youtube

您链接的

。不过,不知道该符号最初应代表什么。...我也不确定该字体实际上在所有字体中看起来确实像四个角,也许只是我特定浏览器的字体。

答案 1 :(得分:3)

在撰写本文时,YouTube正在使用svg作为其“方形四角”图标;这是代码:

<svg height="100%" version="1.1" viewBox="0 0 36 36" width="100%">
<path d="m 10,16 2,0 0,-4 4,0 0,-2 L 10,10 l 0,6 0,0 z"></path>
<path d="m 20,10 0,2 4,0 0,4 2,0 L 26,10 l -6,0 0,0 z"></path>
<path d="m 24,24 -4,0 0,2 L 26,26 l 0,-6 -2,0 0,4 0,0 z"></path>
<path d="M 12,20 10,20 10,26 l 6,0 0,-2 -4,0 0,-4 0,0 z"></path>
</svg>

答案 2 :(得分:1)

我当前正在使用⇱︎,虽然效果不佳,但可以理解。我还玩过这样的“合并”角色:

<div style="position:relative; display:inline-block;">
  <div>⭦</div>
  <div style="position:absolute; top:0;">⭧</div>
  <div style="position:absolute; top:0;">⭨</div>
  <div style="position:absolute; top:0;">⭩</div>
</div>

哪个生成此:

enter image description here

但是如果这种形状只有一个字符,那就更好了。

答案 3 :(得分:1)

如果您从上面评论的链接Hans Passant中搜索expand,则将获得以下内容

"expand" search result

就像Youtube的使用一样出现在结果中

另一个建议:

  • U + 21F1⇱西北箭头到角落
  • U + 21F2⇲东南向箭弯角

东北和西南版本不存在,但是您可以旋转或镜像可用版本以创建剩余的两个角

其他替代方案

一些带有箭头的例子

player fullscreen symbol 1 player fullscreen symbol 2

这是玩家在vtvgiaitri.vn中使用的另一种变体

vtvgiaitri.vn player fullscreen and exit fullscreen symbols

我想它们可以由◣U + 25E3黑色左下三角和◥U + 25E5黑色右上三角或下面的某些三角形制成

  • ◸U + 25F8左上三角形
  • ◹U + 25F9右上三角形
  • ◺U + 25FA左下三角
  • ◿U + 25FF右下三角形
  • U + 1D14A音乐符号三角形记事本左白色
  • U + 1D14B音乐符号三角形记事本向左
  • U + 1D14C音乐符号三角形记事头右白色
  • U + 1D14D音乐符号三角形记事本右黑
  • U + 1D14E音乐符号三角形记事本朝下白色
  • U + 1D14F音乐符号三角形记事本朝下黑色
  • U + 1D150音乐符号三角形记事头右上白
  • U + 1D151音乐符号三角形记事头右上黑

还有⤧⤨⤩⤪⤭⤮⤯⤰,很遗憾,它们没有双箭头版本,但是像⤪⤭这样的简单解决方案可能会起作用

您可以在shapecatcher上找到更多相关的解决方案,或在其上寻找更多箭头

答案 4 :(得分:0)

答案 5 :(得分:0)

您可以使用其中一些Unicode字符:

⌈⌊⌊⌋
「」
┘┌└ ┐
╬
⛶
╭ ╮╯╰

具有 +重叠

或箭头:

⇱⇲
⇳⇖⇗⇘⇙⇕⇔↔↕↖↗↘↙ (and other arrows...) 

答案 6 :(得分:0)

这是经典的Windows“全屏”图标:?

https://www.fileformat.info/info/unicode/char/1f5d6/index.htm