Inserting a character between breadcrump
From Logic Wiki
Style to write
.breadcrumb > li + li:before {
content: ">\00a0";
}
\00a0 : is no break space character
Unicode Table
Check http://unicode-table.com/en/ to see unicode table