Skip to content
ASCII World
DC4

Device Control Four

ControlASCII 20 | Hex 0x14 | U+0014
DC4 (code 20) was designated for device-specific control but never received a universal assignment. Some legacy printer protocols used it to deactivate a device or reset operating modes. Like DC2, its meaning varies by implementation. The four Device Control characters (DC1 through DC4) were intentionally left flexible in the 1963 ASCII standard so that equipment manufacturers could assign device-specific functions without conflicting with the standard's fixed control characters.

ASCII Code

Decimal
20
Hexadecimal
0x14
Octal
24
Binary
0001 0100

Unicode

Code Point
U+0014
Escape
\u0014
UTF-8 Hex
0xE2 0x90 0x94
UTF-8 Binary
111000101001000010010100
UTF-16
0x0014
UTF-32
0x00000014

HTML Entities

Numeric

Hex


How to Type

HTML Entity

Unicode InputU+0014

Source Code Representations

C / Java
"\u0014"
CSS
\0014
JavaScript
"\u0014"
Perl
\x{0014}
Python 2
u"\u0014"
Python 3
\u0014
Ruby
\u{0014}

Frequently Asked Questions

What is ASCII code 20?
ASCII code 20 represents the Device Control Four character. In hexadecimal it is 0x14, in binary 0001 0100, and in octal 24. This is a non-printable control character used for device signaling and data transmission control.
How do I type ASCII 20 on a keyboard?
Control characters are typically entered using Ctrl key combinations. For example, Ctrl+T produces ASCII 20 in most terminal emulators. You can also use the HTML entity  in web pages.