SymbolFYI

Digit Two vs Semicolon

2
Digit Two
0032
View details →
;
Semicolon
003B
View details →
VS

Property Comparison

Property 2 0032 ; 003B
Name Digit Two Semicolon
Category Latin Extended Latin Extended
Block Basic Latin Basic Latin
Script Zyyy Zyyy
General Category Decimal Number (Nd) Other Punctuation (Po)
Bidirectional EN ON

Encoding Comparison

Format 0032 003B
Unicode U+0032 U+003B
HTML Decimal 2 &#59;
HTML Hex 2 &#x3B;
CSS \0032 \003B
JavaScript \u{32} \u{3B}
Python \u0032 \u003b
UTF-8 32 3b

How to Distinguish

Both Digit Two and Semicolon belong to the Latin Extended category and the Basic Latin block. Compare their codepoints and visual rendering to distinguish them.

Tip: Paste the character into a hex editor or use charCodeAt() in JavaScript to check the actual codepoint.

Related Comparisons

2 Digit Two details ; Semicolon details All Comparisons