“␃” U+0003: End Of Text

␃ End Of Text

U+0003

ℹ️ About

The End Of Text (ETX) character is a non-printing control code used to notify a receiver that the end of a message has been reached. Historically, it was paired with STX (Start of Text) to wrap communication packets. In modern environments, it is often triggered via Ctrl+C in specific legacy terminal protocols to signify task completion.

⚠️ Note: Do not confuse with (End of Transmission, U+0004).

Codes

HTML 
CSS \000003
Python \u0003

Live Playground

More from Basic Latin

Copied!

Leave a Reply

Your email address will not be published. Required fields are marked *