Skip to content

Instantly share code, notes, and snippets.

@0x04
Last active November 12, 2023 09:23
Show Gist options
  • Save 0x04/0fcde73bc0774e96beb6c4c416694b54 to your computer and use it in GitHub Desktop.
Save 0x04/0fcde73bc0774e96beb6c4c416694b54 to your computer and use it in GitHub Desktop.
Unicode box-drawing characters

Unicode box-drawing characters

https://en.wikipedia.org/wiki/Box-drawing_character#Unicode

Tests

Box overlapping


╔═══════╗     ┌───────┐     ┏━━━━━━━┓
║ A ╔═══╬═══╗ │ A ┌───┼───┐ ┃ A ┏━━━╋━━━┓
║   ║ B ║   ║ │   │ B │   │ ┃   ┃ B ┃   ┃
╚═══╬═══╝ C ║ └───┼───┘ C │ ┗━━━╋━━━┛ C ┃
    ╚═══════╝     └───────┘     ┗━━━━━━━┛

╔═══════╗     ┌───────┐
║ A ┌───╫───┐ │ A ╔═══╪═══╗
║   │ B ║   │ │   ║ B │   ║
╚═══╪═══╝ C │ └───╫───┘ C ║
    └───────┘     ╚═══════╝

┌───────┐     ┏━━━━━━━┓
│ A ┏━━━┿━━━┓ ┃ A ┌───╂───┐
│   ┃ B │   ┃ ┃   │ B ┃   │
└───╂───┘ C ┃ ┗━━━┿━━━┛ C │
    ┗━━━━━━━┛     └───────┘

Tetriminos


┌─┬─┬─┬─┐
└─┴─┴─┴─┘

  ┌─┐
┌─┼─┼─┐
└─┴─┴─┘

┌─┬─┐
├─┼─┤
└─┴─┘

  ┌─┬─┐
┌─┼─┼─┘
└─┴─┘

┌─┬─┐
└─┼─┼─┐
  └─┴─┘

┌─┐
├─┼─┬─┐
└─┴─┴─┘

    ┌─┐
┌─┬─┼─┤
└─┴─┴─┘

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