“|” U+007C: Vertical Line

| Vertical Line

U+007C
|

ℹ️ About

The Vertical Line (|), also known as the pipe, bar, or vbar, is a versatile character used extensively in computer science. It functions as the “bitwise OR” operator in languages like C++ and Java, represents “piping” in Unix shells, and serves as a delimiter in data formats. It belongs to the Basic Latin block and is classified as a Math Symbol (Sm) in Unicode.

⚠️ Note: Do not confuse with ¦ (U+00A6 Broken Bar) or l (Lowercase L).

Codes

HTML |
CSS \007C
Python \u007C

Live Playground

More from Basic Latin

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *