Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vertical dotted line ascii or unicode character

I'm trying to find a vertical dotted line ascii character. Currently I'm using ¦ but am hoping to find something more along the lines of the indent guide character that sublime text has:

enter image description here

Definitely doesn't have to be exact, but I'd like it to be more of a dotted line than a dashed line.

like image 415
thatmiddleway Avatar asked Dec 02 '13 15:12

thatmiddleway


People also ask

Is vertical line in ASCII character?

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

What character is vertical line?

The vertical bar ( | ) -- also called the vertical line, vertical slash, pipe, pipe symbol or upright slash -- is a symbol used in mathematics, computing and other areas to represent a specific type of logic or operation, depending on its context.

What is the Unicode for pipe?

Unicode Character “|” (U+007C)


1 Answers

There are a lot symbols like this at http://unicode-search.net/unicode-namesearch.pl?term=VERTICAL

such as: ⁞, ⋮, ┆, ┊, ┋, ┇, ︙,

I was looking for symbol like ⁞ but 6 dots whose name is "vertical six dots" and code point is U+2E3D, unfortunately, I was not able to copy/paste it here like others, since I couldn't get it displayed in my browser. If you know, please paste it in the comment section.

like image 65
CodyChan Avatar answered Nov 15 '22 10:11

CodyChan