Inserting a character between breadcrump

From Logic Wiki
Jump to: navigation, search


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