In a css.sass file, I have an arrow character that is displayed through an li:
.fi-arrow-right:before
content: "\f10b"
I need to get this same image into a YML config file to change the way kaminari buttons look. How would I represent this character in YML?