Greek Lower Numeral Sign vs Greek Small Letter Beta
VS
Property Comparison
| Property | ͵ 0375 | β 03B2 |
|---|---|---|
| Name | Greek Lower Numeral Sign | Greek Small Letter Beta |
| Category | Greek Letters | Greek Letters |
| Block | Greek and Coptic | Greek and Coptic |
| Script | Grek | Grek |
| General Category | Modifier Symbol (Sk) | Lowercase Letter (Ll) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 0375 | 03B2 |
|---|---|---|
| Unicode | U+0375 | U+03B2 |
| HTML Decimal | ͵ | β |
| HTML Hex | ͵ | β |
| CSS | \0375 | \03B2 |
| JavaScript | \u{375} | \u{3B2} |
| Python | \u0375 | \u03b2 |
| UTF-8 | cd b5 | ce b2 |
How to Distinguish
Both Greek Lower Numeral Sign and Greek Small Letter Beta belong to the Greek Letters category and the Greek and Coptic 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.