;
U+003B · SEMICOLON
Semicolon
| UTF-8 | 3B | 1 byte |
|---|---|---|
| UTF-16 | 003B | 1 code unit |
| UTF-32 | 0000003B | 4 bytes |
| HTML named | ; | named character reference |
| HTML decimal | ; | |
| HTML hex | ; | |
| CSS | \3B | in content: "…" |
| JavaScript | \u003B | |
| JSON | \u003B | |
| Python | \u003B | |
| Python | \N{SEMICOLON} | by name |
| Java / C# | \u003B | |
| Rust / Swift / PHP | \u{3B} | |
| Go | \u003B | |
| Ruby | \u003B | |
| Excel / Sheets | =UNICHAR(59) | |
| URL-encoded | %3B | percent-encoded UTF-8 |
§
Looks similar
Characters that Unicode’s security data (UTS #39 confusables) lists as visually confusable with this one. Useful for spotting lookalike spoofing in URLs and usernames.
§