Latin Capital Letter R With Acute vs Latin Small Letter L With Middle Dot
VS
Property Comparison
| Property | Ŕ 0154 | ŀ 0140 |
|---|---|---|
| Name | Latin Capital Letter R With Acute | Latin Small Letter L With Middle Dot |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-A | Latin Extended-A |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0154 | 0140 |
|---|---|---|
| Unicode | U+0154 | U+0140 |
| HTML Decimal | Ŕ | ŀ |
| HTML Hex | Ŕ | ŀ |
| CSS | \0154 | \0140 |
| JavaScript | \u{154} | \u{140} |
| Python | \u0154 | \u0140 |
| UTF-8 | c5 94 | c5 80 |
How to Distinguish
Both Latin Capital Letter R With Acute and Latin Small Letter L With Middle Dot belong to the Latin Extended category and the Latin Extended-A 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.