Does unicode or HTML have a vertical double guillemet (chevron)?

前端 未结 4 1257
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 02:16

Does anybody know if there\'s a double chevron symbol in unicode/HTML-space similar to the double guillemet represented by » (»)?

In oth

4条回答
  •  孤城傲影
    2020-12-31 02:36

    There's a problem with rotation. If you apply rotation(90deg) and rotation(-90deg) to two separate » you'll see that their position changes. A hacky way to fix it is to apply direction: rtl like this:

    http://codepen.io/tomasz86/pen/lmCaL

提交回复
热议问题