Latin Small Letter L With Curl vs Latin Small Letter T With Hook
VS
Property Comparison
| Property | ȴ 0234 | ƭ 01AD |
|---|---|---|
| Name | Latin Small Letter L With Curl | Latin Small Letter T With Hook |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 0234 | 01AD |
|---|---|---|
| Unicode | U+0234 | U+01AD |
| HTML Decimal | ȴ | ƭ |
| HTML Hex | ȴ | ƭ |
| CSS | \0234 | \01AD |
| JavaScript | \u{234} | \u{1AD} |
| Python | \u0234 | \u01ad |
| UTF-8 | c8 b4 | c6 ad |
How to Distinguish
Both Latin Small Letter L With Curl and Latin Small Letter T With Hook 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.