Latin Capital Letter B With Stroke vs Latin Small Letter O With Double Grave
VS
Property Comparison
| Property | Ƀ 0243 | ȍ 020D |
|---|---|---|
| Name | Latin Capital Letter B With Stroke | Latin Small Letter O With Double Grave |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0243 | 020D |
|---|---|---|
| Unicode | U+0243 | U+020D |
| HTML Decimal | Ƀ | ȍ |
| HTML Hex | Ƀ | ȍ |
| CSS | \0243 | \020D |
| JavaScript | \u{243} | \u{20D} |
| Python | \u0243 | \u020d |
| UTF-8 | c9 83 | c8 8d |
How to Distinguish
Both Latin Capital Letter B With Stroke and Latin Small Letter O With Double Grave belong to the Latin Extended category and the Latin Extended-B 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.