Skip to content

Instantly share code, notes, and snippets.

@alejandro-isaza
Last active April 5, 2024 14:34
Show Gist options
  • Save alejandro-isaza/e7c2b43a545dd7bda5fe to your computer and use it in GitHub Desktop.
Save alejandro-isaza/e7c2b43a545dd7bda5fe to your computer and use it in GitHub Desktop.
Various grids drawn with Unicode box-drawing characters
Simple
┌───┬───┬───┐
│ │ │ │
├───┼───┼───┤
│ │ │ │
├───┼───┼───┤
│ │ │ │
└───┴───┴───┘
Thick
┏━━━┳━━━┳━━━┓
┃ ┃ ┃ ┃
┣━━━╋━━━╋━━━┫
┃ ┃ ┃ ┃
┣━━━╋━━━╋━━━┫
┃ ┃ ┃ ┃
┗━━━┻━━━┻━━━┛
Double line
╔═══╦═══╦═══╗
║ ║ ║ ║
╠═══╬═══╬═══╣
║ ║ ║ ║
╠═══╬═══╬═══╣
║ ║ ║ ║
╚═══╩═══╩═══╝
Rounded corners
╭───┬───┬───╮
│ │ │ │
├───┼───┼───┤
│ │ │ │
├───┼───┼───┤
│ │ │ │
╰───┴───┴───╯
Dashed
┌┄┄┄┬┄┄┄┬┄┄┄┐
┆ ┆ ┆ ┆
├┄┄┄┼┄┄┄┼┄┄┄┤
┆ ┆ ┆ ┆
├┄┄┄┼┄┄┄┼┄┄┄┤
┆ ┆ ┆ ┆
└┄┄┄┴┄┄┄┴┄┄┄┘
Small cells
┌┄┬┄┬┄┬┄┬┄┬┄┬┄┬┄┬┄┬┄┬┄┬┄┐
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
├┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┼┄┤
└┄┴┄┴┄┴┄┴┄┴┄┴┄┴┄┴┄┴┄┴┄┴┄┘
Table
┏━━━┳━━━┳━━━┓
┃ ┃ ┃ ┃
┣━━━╋━━━╇━━━┩
┃ ┃ │ │
┣━━━╉───┼───┤
┃ ┃ │ │
┗━━━┹───┴───┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment