Technical information

Symbol
NameEnd of transmission block
Unicode numberU+0017
CategoryASCII Table1. ASCII control characters
DescriptionThe Unicode character U+0017, is known as the "End of Transmission Block". It belongs to the "C0 Controls and Basic Latin" block and falls under the "Control" category in the Unicode standard. This character is a control code used in communications protocols, signaling the end of a block of data being transmitted. It doesn't have a graphic representation like pictographic characters, so when encountered in text, it may appear as a space or be invisible, depending on the system or application. The specific handling and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entity
HTML Entity (hex)
URL Escape Code%17
UTF-8 (hex)0x17
UTF-8 (binary)00010111
UTF-160x0017
UTF-320x00000017

Source Code

C, C++, and Java"\u0017"
CSS Code\0017
JavaScript"\u0017"
Perl\x{0017}
Python 2u"\u0017"
Python 3\u0017
Ruby\u{0017}

Preview

This Unicode character looks like this  in sentence and in bold like this  and in italic like this .

Font size:


12px

16px

20px

28px

36px

48px

72px

CSS Property: font-weight


100

200

300

400

500

600

700

800

900

HTML Forms and Input

input
disabled input

input-group
select
button
button

Code examples in HTML and CSS

<span>&#23;</span>

            
span {
    content: "\0017";
}

The symbol in different fonts


-apple-system

Apple Color Emoji

Arial

BlinkMacSystemFont

Courier New

Georgia

Droid Sans

Helvetica

Noto Sans

Oxygen

Roboto

"Segoe UI"

sans-serif

Segoe UI Emoji

Segoe UI Symbol

system-ui

Times New Roman

Ubuntu

Verdana

References