Box-drawing character in the context of "Dingbat"

Play Trivia Questions online!

or

Skip to study material about Box-drawing character in the context of "Dingbat"

Ad spacer

⭐ Core Definition: Box-drawing character

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. These characters are characterized by being designed to be connected horizontally and/or vertically with adjacent characters, which requires proper alignment. Box-drawing characters therefore typically only work well with monospaced fonts.

In graphical user interfaces, these characters are much less useful as it is simpler to draw lines and rectangles directly with graphical APIs. However, they are still useful for command-line interfaces and plaintext comments within source code.

↓ Menu

>>>PUT SHARE BUTTONS HERE<<<

👉 Box-drawing character in the context of Dingbat

In typography, a dingbat (sometimes more formally known as a printer's ornament or printer's character) is an ornament, specifically, a glyph used in typesetting, often employed to create box frames (similar to box-drawing characters), or as a dinkus (section divider). Some of the dingbat symbols have been used as signature marks or used in bookbinding to order sections.

In the computer industry, a dingbat font or pi font is a computer font that has symbols and shapes located at the code points normally designated for alphabetical or numeric characters. This practice was necessitated by the limited number of code points available in 20th century operating systems. Modern computer fonts containing dingbats are based on Unicode encoding, which has unique code points for dingbats.

↓ Explore More Topics
In this Dossier

Box-drawing character in the context of Text-based user interface

In computing, text-based user interfaces (TUI) (alternately terminal user interfaces, to reflect a dependence upon the properties of computer terminals and not just text), is a retronym describing a type of user interface (UI) common as an early form of human–computer interaction, before the advent of bitmapped displays and modern conventional graphical user interfaces (GUIs). Like modern GUIs, they can use the entire screen area and may accept mouse and other inputs. They may also use color and often structure the display using box-drawing characters such as ┌ and ╣. The modern context of use is usually a terminal emulator.

↑ Return to Menu

Box-drawing character in the context of Text mode

Text mode is a computer display mode in which content is internally represented on a computer screen in terms of characters rather than individual pixels. Typically, the screen consists of a uniform rectangular grid of character cells, each of which contains one of the characters of a character set; at the same time, contrasted to graphics mode or other kinds of computer graphics modes.

Text mode applications communicate with the user by using command-line interfaces and text user interfaces. Many character sets used in text mode applications also contain a limited set of predefined semi-graphical characters usable for drawing boxes and other rudimentary graphics, which can be used to highlight the content or to simulate widget or control interface objects found in GUI programs. A typical example is the IBM code page 437 character set.

↑ Return to Menu

Box-drawing character in the context of Unicode symbols

In computing, a Unicode symbol is a Unicode character which is not part of a script used to write a natural language, but is nonetheless available for use as part of a text.

Many of the symbols are drawn from existing character sets or ISO/IEC or other national and international standards. The Unicode Standard states that "The universe of symbols is rich and open-ended," but that in order to be considered, a symbol must have a "demonstrated need or strong desire to exchange in plain text." This makes the issue of what symbols to encode and how symbols should be encoded more complicated than the issues surrounding writing systems. Unicode focuses on symbols that make sense in a one-dimensional plain-text context. For example, the typical two-dimensional arrangement of electronic diagram symbols justifies their exclusion. (Legacy characters such as box-drawing characters, Symbols for Legacy Computing and the Symbols for Legacy Computing Supplement, are an exception, since these symbols largely exist for backward compatibility with past encoding systems; a number of electronic diagram symbols are indeed encoded in Unicode's Miscellaneous Technical block.) For adequate treatment in plain text, symbols must also be displayable in a monochromatic setting. Even with these limitations – monochromatic, one-dimensional and standards-based – the domain of potential Unicode symbols is extensive. (However, emojis – ideograms, graphic symbols – that were admitted into Unicode, allow colors although the colors are not standardized. Color-dependent emojis are traditionally rendered using hatching in monochromatic settings.)

↑ Return to Menu