Skip to content

Instantly share code, notes, and snippets.

@dieseltravis
Created April 12, 2026 21:43
Show Gist options
  • Select an option

  • Save dieseltravis/92ad37a7b0d108b1f24d5c02265ce43e to your computer and use it in GitHub Desktop.

Select an option

Save dieseltravis/92ad37a7b0d108b1f24d5c02265ce43e to your computer and use it in GitHub Desktop.
common unicode replacements, html entity names
; common characters, html entity names like ;entity;
:*:;(r);::®
:*:;reg;::®
:*:;(c);::©
:*:;copy;::©
:*:;(p);::℗
:*:;tm;::™
:*:;sm;::℠
:*:;trade;::™
:*:;deg;::°
:*:;cent;::¢
:*:;euro;::€
:*:;times;::×
:*:;divide;::÷
:*:;lsq;::‘
:*:;lsquo;::‘
:*:;rsq;::’
:*:;rsquo;::’
:*:;ldq;::“
:*:;ldquo;::“
:*:;rdq;::”
:*:;rdquo;::”
:*:;ndash;::–
:*:;mdash;::—
:*:;nbsp;:: 
:*:;hellip;::…
:*:;bull;::•
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment