Search code examples
unicode

Unicode First, Previous, Next, and Last


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.


Solution

  • it has « (0x00AB) and » (0x00BB)

    or maybe these:

    • ⇤ (first 0x21E4)
    • ← (prev 0x2190)
    • → (next 0x2192)
    • ⇥ (last 0x21E5)