Created
April 12, 2026 21:43
-
-
Save dieseltravis/92ad37a7b0d108b1f24d5c02265ce43e to your computer and use it in GitHub Desktop.
common unicode replacements, html entity names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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