Latin Small Letter R With Cedilla vs Latin Small Letter U With Breve
VS
Property Comparison
| Property | ŗ 0157 | ŭ 016D |
|---|---|---|
| Name | Latin Small Letter R With Cedilla | Latin Small Letter U With Breve |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-A | Latin Extended-A |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0157 | 016D |
|---|---|---|
| Unicode | U+0157 | U+016D |
| HTML Decimal | ŗ | ŭ |
| HTML Hex | ŗ | ŭ |
| CSS | \0157 | \016D |
| JavaScript | \u{157} | \u{16D} |
| Python | \u0157 | \u016d |
| UTF-8 | c5 97 | c5 ad |
How to Distinguish
Both Latin Small Letter R With Cedilla and Latin Small Letter U With Breve 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.