What's the ASCII character code for '—'?

后端 未结 7 1701
执笔经年
执笔经年 2020-12-15 17:00

I am working on decoding text. I am trying to find the character code for the character, not to be mistaken for -, in ASCII. I have tried unsucc

7条回答
  •  醉梦人生
    2020-12-15 17:33

    The character is not part of the ASCII set.

    But if you are looking to convert it to some other format (like U+hex), you can use this online tool. Put your character into the first green box and click "Convert" (above the box)

    further below you'll find a number of different codes, including U+hex:

    U+2014


    Feel free to edit this answer if the link breaks or leave a comment so I can find a replacement.

提交回复
热议问题