Unicode has snowmen and chess pieces. Does it have the first (<< or |<), previous (<), next (>) and last (>> or >|) symbols? Those would be quite useful for site navigation between articles and the like.
it has « (0x00AB) and » (0x00BB)
or maybe these:
You also have these options:
And a whole slew of arrows.
I like these: 〈 〉
.next:before {
content: '\232a';
}
.prev:before {
content: '\2329';
}
I can't find any symbols with those exact meanings, so I guess that you have to combine symbols into what you want. Perhaps the arrows 276E and 276F, and the vertical bar 2759 (PDF).
If you are using this on a webpage, you should be a bit restrictive with what characters you use. Not all fonts have the entire unicode character set, and as you know you can never be 100% sure that the page is shown using the font that you want. Perhaps images may be a better choise to get a consistent look.
Hmmm...
According to this pdf document, you want
U+2190: ← left arrow
U+2192: → right arrow
U+219E: ↞ something like 'first'
U+21A0: ↠ something like 'last'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With