Latin Small Letter R With Cedilla vs Latin Small Letter S With Acute
VS
Property Comparison
| Property | ŗ 0157 | ś 015B |
|---|---|---|
| Name | Latin Small Letter R With Cedilla | Latin Small Letter S With Acute |
| 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 | 015B |
|---|---|---|
| Unicode | U+0157 | U+015B |
| HTML Decimal | ŗ | ś |
| HTML Hex | ŗ | ś |
| CSS | \0157 | \015B |
| JavaScript | \u{157} | \u{15B} |
| Python | \u0157 | \u015b |
| UTF-8 | c5 97 | c5 9b |
How to Distinguish
Both Latin Small Letter R With Cedilla and Latin Small Letter S With Acute 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.