Answers for "ascii line characters"

23

ascii line characters

┌────────────────────────────────┐
│ Unicode Box-drawing characters │
├────────────────────────────────┴──────────────────────┐
│ Useful for making things such as ASCII art, TUIs, etc │
└───────────────────────────────────────────────────────┘

The Main Ones:
┌───────────────────────────────────────────────┐
│	─	│	┌	┐	└	┘	├	┤	┬	┴	┼	│
│												│
│	═	║	╔	╗	╚	╝	╠	╣	╦	╩	╬	│
└───────────────────────────────────────────────┘

All 128 (Some may not work with all fonts):
┌───────────────────────────────────────────────────────────────────┐
│	─	━	│	┃	┄	┅	┆	┇	┈	┉	┊	┋	┌	┍	┎	┏	│
│	┐	┑	┒	┓	└	┕	┖	┗	┘	┙	┚	┛	├	┝	┞	┟	│
│	┠	┡	┢	┣	┤	┥	┦	┧	┨	┩	┪	┫	┬	┭	┮	┯	│
│	┰	┱	┲	┳	┴	┵	┶	┷	┸	┹	┺	┻	┼	┽	┾	┿	│
│	╀	╁	╂	╃	╄	╅	╆	╇	╈	╉	╊	╋	╌	╍	╎	╏	│
│	═	║	╒	╓	╔	╕	╖	╗	╘	╙	╚	╛	╜	╝	╞	╟	│
│	╠	╡	╢	╣	╤	╥	╦	╧	╨	╩	╪	╫	╬	╭	╮	╯	│
│	╰	╱	╲	╳	╴	╵	╶	╷	╸	╹	╺	╻	╼	╽	╾	╿	│
└───────────────────────────────────────────────────────────────────┘

Useful Block Element Characters:
┌────────────────────────┐
│	Upper half:		▀	 │
│	Lower half:		▄	 │
│						 │
│	Solid Block:	█	 │
│						 │
│	Light Block: 	░	 │
│	Medium Block: 	▒	 │
│	Dark Block: 	▓	 │
└────────────────────────┘

See wikipedia.org/wiki/Box-drawing_character for more
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language