Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created June 19, 2013 08:20
Show Gist options
  • Save jugyo/5812587 to your computer and use it in GitHub Desktop.
Save jugyo/5812587 to your computer and use it in GitHub Desktop.
Unicode control characters related Bi-directional text
  • U+200E - left-to-right mark (LRM)
  • U+200F - right-to-left mark (RLM)
  • U+202A - left-to-right embedding (LRE)
  • U+202B - ‭right-to-left embedding (RLE)
  • U+202C - pop directional formatting (PDF)
  • U+202D - left-to-right override (LRO)
  • U+202E - right-to-left override (RLO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment