Data Link Escape
Symbol Meaning
The Data Link Escape symbol was used in computer terminals, printers, text processing systems, and telecommunication equipment to control the data flow in the communication channel.
It was commonly present in communication protocols. The first function was about modifying the value of the following symbol. The second function was to signal the start and end of a special sequence of symbols that were to be understood as commands or control instructions. Thus, it was used to ensure the correct transmission and interpretation of control characters and data in the information stream.
As for modern computer systems and applications, the U+0010 symbol is rarely used there, since other mechanisms and protocols are employed to control data flow and encode commands.
Like other control symbols, this one has no visible representation and doesn't occupy a lot of space on screen or in typed text. However, there is a separate symbol in Control Pictures2400–243F representing the graphical image of Data Link Escape as the abbreviation DLE (Data Link Escape) — ␐ .
The symbol “Data Link Escape” is included in the “C0 controls” subblock of the “Basic Latin” block and was approved as part of Unicode version 1.1 in 1993.
Text is also available in the following languages: Русский;
Synonyms
DLE.
Unicode Name | Data Link Escape |
Unicode Number | |
HTML Code | |
CSS Code | |
Plane | 0: Basic Multilingual Plane |
Unicode Block | Basic Latin |
Unicode Subblock | C0 controls |
Unicode Version | 1.1 (1993) |
Keyboard shortcut | ^P |
Type of paired mirror bracket (bidi) | None |
Composition Exclusion | No |
Case change | 0010 |
Simple case change | 0010 |
scripts | Common |
Encoding | hex | dec (bytes) | dec | binary |
---|---|---|---|---|
UTF-8 | 10 | 16 | 16 | 00010000 |
UTF-16BE | 00 10 | 0 16 | 16 | 00000000 00010000 |
UTF-16LE | 10 00 | 16 0 | 4096 | 00010000 00000000 |
UTF-32BE | 00 00 00 10 | 0 0 0 16 | 16 | 00000000 00000000 00000000 00010000 |
UTF-32LE | 10 00 00 00 | 16 0 0 0 | 268435456 | 00010000 00000000 00000000 00000000 |