Display
There are a number of techniques to display non-printing characters, which may be illustrated with the bell character in ASCII encoding:
- Code point: decimal 7, hexadecimal 0x07
- An abbreviation, often three capital letters: BEL
- A special character: Unicode U+2407 (␇), "symbol for bell" (note that this uses the abbreviation, specially formatted)
- Caret notation in ASCII, where code point 00xxxxx is represented as a caret followed by the capital letter at code point 10xxxxx: ^G
- An escape sequence, as in printf codes: \a
Read more about this topic: Control Character
Famous quotes containing the word display:
“Lovers of painting and lovers of music are people who openly display their preference like a delectable ailment that isolates them and makes them proud.”
—Maurice Blanchot (b. 1907)
“I mistrust the satisfaction which makes a display of the possession of Infinity; that is called fatuity in philosophic terms.”
—Edgar Quinet (18031875)
Related Subjects
Related Phrases
Related Words