Advertisement
aapo

spaces

Aug 1st, 2017
792
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. foo bar SPACE
  2. Depends on font, typically 1/4 em, often adjusted
  3. foo bar NO-BREAK SPACE
  4. As a space, but often not adjusted
  5. foo᠎bar MONGOLIAN VOWEL SEPARATOR
  6. No width
  7. foo bar EN QUAD
  8. 1 en (= 1/2 em)
  9. foo bar EM QUAD
  10. 1 em (nominally, the height of the font)
  11. foo bar EN SPACE
  12. 1 en (= 1/2 em)
  13. foo bar EM SPACE
  14. 1 em
  15. foo bar THREE-PER-EM SPACE
  16. 1/3 em
  17. foo bar FOUR-PER-EM SPACE
  18. 1/4 em
  19. foo bar SIX-PER-EM SPACE
  20. 1/6 em
  21. foo bar FIGURE SPACE
  22. “Tabular width”, the width of digits
  23. foo bar PUNCTUATION SPACE
  24. The width of a period “.”
  25. foo bar THIN SPACE
  26. 1/5 em (or sometimes 1/6 em)
  27. foo bar HAIR SPACE
  28. Narrower than THIN SPACE
  29. foo​bar ZERO WIDTH SPACE
  30. Nominally no width, but may expand
  31. foo bar NARROW NO-BREAK SPACE
  32. Narrower than NO-BREAK SPACE (or SPACE)
  33. foo bar MEDIUM MATHEMATICAL SPACE
  34. 4/18 em
  35. foo bar IDEOGRAPHIC SPACE
  36. The width of ideographic (CJK) characters.
  37. foobar ZERO WIDTH NO-BREAK SPACE
  38. No width (the character is invisible)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement