Skip to content

Instantly share code, notes, and snippets.

@chrisurf
Last active May 23, 2025 09:30
Show Gist options
  • Save chrisurf/a5109c013703095dc00f488155d5ea96 to your computer and use it in GitHub Desktop.
Save chrisurf/a5109c013703095dc00f488155d5ea96 to your computer and use it in GitHub Desktop.
ASCII art characters for creating diagrams

ASCII art characters for creating diagrams

Single line characters

ASCII code Character Description
191 Box drawing character single line upper right corner
192 Box drawing character single line lower left corner
193 Box drawing character single line horizontal and up
194 Box drawing character single line horizontal down
195 Box drawing character single line vertical and right
196 Box drawing character single horizontal line
197 Box drawing character single line horizontal vertical
217 Box drawing character single line lower right corner
218 Box drawing character single line upper left corner
179 Box drawing character single vertical line
180 Box drawing character single vertical and left line

Double line characters

ASCII code Character Description
185 Box drawing character double line vertical and left
186 Box drawing character double vertical line
187 Box drawing character double line upper right corner
188 Box drawing character double line lower right corner
200 Box drawing character double line lower left corner
201 Box drawing character double line upper left corner
202 Box drawing character double line horizontal and up
203 Box drawing character double line horizontal down
204 Box drawing character double line vertical and right
205 Box drawing character double horizontal line
206 Box drawing character double line horizontal vertical

Shading characters

ASCII code Character Description
176 Graphic character, low density dotted
177 Graphic character, medium density dotted
178 Graphic character, high density dotted
219 Block, graphic character
220 Bottom half block
223 Top half block
254 Black square
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment