Unicode in Github markdown

Alexander Mills picture Alexander Mills · Dec 31, 2015 · Viewed 31.9k times · Source

I just made a failed attempt to put unicode in Github markdown (in a README.md file) in my project.

I tried this:

(U+262E)

but it was not interpreted as unicode. Is there a way to put unicode characters in Github markdown?

Answer

Alexander Mills picture Alexander Mills · Apr 14, 2016

I believe the correct answer is to use unicode characters of the following (decimal) form

►
˿
ॠ

the above become:

► ˿ ॠ

Try it for yourself on Github and see. You have to paste the raw character strings, not the unicode symbol itself. It's not about what shows up in your editor, it's what actually displays on github.com.