Skip to content

Instantly share code, notes, and snippets.

@AJLoveChina
Created November 24, 2015 03:25
Show Gist options
  • Save AJLoveChina/dfb3783c06a1c88170a3 to your computer and use it in GitHub Desktop.
Save AJLoveChina/dfb3783c06a1c88170a3 to your computer and use it in GitHub Desktop.
How to type any ascii char on windows?

Type any Ascii character on windows

这几天用markdown写一些文字, 遇到一个问题, 就是如何敲 ` 这个字符

因为它可以组合成一个按键的样式 `key` => key 但是, 我在键盘上怎么也找不到 ` 这个字符

后来, Google一下发现有个小技巧, 三步敲出任意Ascii字符 (以`为例):

  • Press Alt and hold, 按住alt键不放
  • Press 96, 敲9再敲6
  • stop holding Alt, 松开alt键, OK!

这种方法不适合汉字, 亲测. 只要你知道一个字符的ascii编码, 就可以用这种方式敲出来这个字符.是不是很酷? (在某些场景, 有些ascii字符不能显示)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment