I encountered a new problem using CSS and the roll template styling I didn't find anywhere in the wiki.   If a Unicode symbol like `►` is present anywhere in the CSS,  the styling of the rolltemplate will be ignored.        .rarrow::before{
      content:"►";   
}    You can use the Unicode in the HTML without any problems.