gve*_*vee 11
简答:不.
答案很长:https://en.wikipedia.org/wiki/List_of_Unicode_characters
作为一个小小的放弃/解决方案有点乐趣:
<span class="share"><</span>
.share {
font-weight: bold;
position: relative;
}
.share:before {
content: ".";
font-size: 2.2em;
position: absolute;
bottom: -2.5px;
left: -4px;
}
.share:after {
content: ":";
font-size: 2em;
position: absolute;
bottom: -6px;
right: -7px;
}
Run Code Online (Sandbox Code Playgroud)
由于该共享符号在 unicode range 上不存在u0000-uFFFF,您可以改用标志性字体并导入该符号。例如,如果您查看http://fontello.com/并搜索“share”,您会在 Entypo 字体下找到类似的符号

(对于 Entypo,Unicode 序列是\uE800)。这些字体也是 SVG 格式,符号的大小/颜色/刻度可以通过 CSS 属性管理