Unicode in Github markdown

后端 未结 4 870
心在旅途
心在旅途 2020-12-24 05:26

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 w

4条回答
  •  死守一世寂寞
    2020-12-24 06:07

    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.

提交回复
热议问题