ASCII 11: Vertical Tab
CHARACTER
VT
Vertical Tab
Control Character · Non-printable · ASCII 11
All Representations
| Format | Value |
|---|---|
| Decimal | 11 |
| Binary | 00001011 |
| Hexadecimal | 0x0B |
| Octal | 13 |
| HTML Entity |  |
| CSS Escape | \0b |
| JS Escape | \x0b |
| Python Escape | \x0b |
Character Information
| Property | Value |
|---|---|
| Category | Control Character |
| Printable | No |
| Control character | Yes |
| Range | Standard ASCII (0–127) |
Nearby ASCII Codes
Frequently Asked Questions
- What character is ASCII code 11?
ASCII code 11 is the Vertical Tab. It is a control character.
- What is ASCII 11 in binary?
ASCII 11 in binary is 00001011. In hexadecimal it is 0x0B.
- Is ASCII 11 a printable character?
No, ASCII 11 is a control character (Vertical Tab) and is not printable.