; Semicolon
U+003B
;
ℹ️ About
The Semicolon (U+003B) is a foundational character in the Basic Latin block. Beyond its grammatical role in separating independent clauses, it is a critical syntactic element in programming languages like C, C++, Java, and JavaScript, where it typically functions as a statement terminator. It has been a core part of the Unicode standard since version 1.1.
⚠️ Note: Do not confuse with ; (U+037E Greek Question Mark), which is visually identical but a different codepoint.
⚡ Codes
HTML
;
CSS
\003B
Python
\u003B
Live Playground
More from Basic Latin
Copied!