Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an ASCII arrow that will fit seamlessly with the box-drawing characters?

I'm getting creative with my prompt and on part of it I'm trying to do the following:

└→

Though it looks better than this, even in the console it has a small gap.

enter image description here

Does anyone know of an arrow character that would not do this?

like image 992
THE JOATMON Avatar asked Nov 30 '16 19:11

THE JOATMON


People also ask

How do you draw a box using Ascii characters?

1) Press the "Alt" key on your keyboard, and do not let go. 2) While keep press "Alt", on your keyboard type the number "192", which is the number of the letter or symbol "└" in ASCII table.

What are box drawing characters?

Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. Box-drawing characters typically only work well with monospaced fonts.


1 Answers

This seems to work with most fonts:

►
9658
U+25Ba

enter image description here

like image 166
THE JOATMON Avatar answered Nov 09 '22 16:11

THE JOATMON