Latin Capital Letter L With Bar vs Latin Small Letter O With Caron
VS
Property Comparison
| Property | Ƚ 023D | ǒ 01D2 |
|---|---|---|
| Name | Latin Capital Letter L With Bar | Latin Small Letter O With Caron |
| 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 | 023D | 01D2 |
|---|---|---|
| Unicode | U+023D | U+01D2 |
| HTML Decimal | Ƚ | ǒ |
| HTML Hex | Ƚ | ǒ |
| CSS | \023D | \01D2 |
| JavaScript | \u{23D} | \u{1D2} |
| Python | \u023d | \u01d2 |
| UTF-8 | c8 bd | c7 92 |
How to Distinguish
Both Latin Capital Letter L With Bar and Latin Small Letter O With Caron 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.