Latin Small Letter Eng vs Latin Small Letter L With Middle Dot
VS
Property Comparison
| Property | ŋ 014B | ŀ 0140 |
|---|---|---|
| Name | Latin Small Letter Eng | Latin Small Letter L With Middle Dot |
| 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 | 014B | 0140 |
|---|---|---|
| Unicode | U+014B | U+0140 |
| HTML Decimal | ŋ | ŀ |
| HTML Hex | ŋ | ŀ |
| CSS | \014B | \0140 |
| JavaScript | \u{14B} | \u{140} |
| Python | \u014b | \u0140 |
| UTF-8 | c5 8b | c5 80 |
How to Distinguish
Both Latin Small Letter Eng 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.