Skip to content

Instantly share code, notes, and snippets.

@zimtimgetriebe
Last active October 24, 2015 14:56
Show Gist options
  • Save zimtimgetriebe/3fcca28ea341d73a8818 to your computer and use it in GitHub Desktop.
Save zimtimgetriebe/3fcca28ea341d73a8818 to your computer and use it in GitHub Desktop.
Cheatsheet: Typographical characters and their respective html entities
name entity character when to use additional
open, close, low single quote ’ ‘ ‚ ’ ‘ ‚ rsquo for apostrophe
open, close, low double quotes “ ” „ “ ” „ eng: 66[…]99, ger: 99[…]66
single, double chevrons / guillemets ‹ › « » ‹ › « » guillemets: «», chevrons: »«
roman languages use «guillemets», german languages except swiss lang uses »chevrons«
in france with nbsp;
middle dot · ·
fractions &frac14; &frac12; &frac34;, &frasl; ⁄ ¼ ½ ¾ for other fractions like 1312 use <sup>13</sup>&frasl;<sub>12</sub>
figure dash &#8210; within phone numbers 0161‒1312; does not indicate range
en-dash &ndash; range, connections, attributiv: September–October, radical–unionist coalition, post–civil war
em-dash &mdash; interruption—like this—in a thought; like a colon; quotation attribution „Nein.” —Theodor W. Adorno no spaces
hairspace &#8202;
zero-width space &#8203;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment