Skip to content

Instantly share code, notes, and snippets.

@datavudeja
Forked from Computer-Tsu/Symbols.md
Created October 21, 2025 13:19
Show Gist options
  • Save datavudeja/60b310ca4d5e91b24917f9f3dff0d94f to your computer and use it in GitHub Desktop.
Save datavudeja/60b310ca4d5e91b24917f9f3dff0d94f to your computer and use it in GitHub Desktop.
Using special characters and symbols in documentation

How to write special characters in a variety of documentation forms.
Examples are Arrow keys, copyright, trademark, degrees (temperature or latitude/longitude)

  • MarkDown
  • GitHub
  • Microsoft Word
  • HTML
  • Unicode
  • Fonts

Windows Fonts

Limiting focus to only True Type fonts (TTF)

  • SYMBOLS
  • WingDings
  • WingDings 2
  • WingDings 3

Windows includes a tool named CharMap

Press and hold ALT and enter 168 on the number pad to enter an upside-down question mark. ¿
Requirements: keyboard must have a number pad on the right. The 1-0 row at the top will not work.

Alt+24 ↑ uparrow

Alt+25 ↓

Alt+26 →

Alt+27 ←


GitHub MarkDown <kbd> to look like keyboard keys

<kbd>Shift</kbd> + <kbd>A</kbd> will look like

Shift + A


(https://gist.github.com/rxaviers/7360908)

(https://stackoverflow.com/questions/54954544/how-do-i-show-the-up-and-down-arrow-keyboard-key-in-github-markdown)

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