我想在 unicode 字符上面放一个字符串。
就像是:
所以我必须做两件事:
1) change the width of the unicode character
2) put the string above the unicode character
这是我的jsfiddle:
http://jsfiddle.net/alonshmiel/EXCU8/32/
这是我的CSS:
font.sub-menu-item:before {
content: "\21C0";
width:200px;
}
div.upperChar {
padding-top:30px;
}