DIGIT ONE vs LATIN SMALL LETTER L
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
1
DIGIT ONE
U+0031
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
l
LATIN SMALL LETTER L
U+006C
View details →
VS
Property Comparison
| Property | 1 U+0031 | l U+006C |
|---|---|---|
| Name | DIGIT ONE | LATIN SMALL LETTER L |
| Block | Basic Latin | Basic Latin |
| Script | Zyyy | Latn |
| Category | Decimal Number (Nd) | Lowercase Letter (Ll) |
| Bidirectional | EN | L |
Encoding Comparison
| Format | U+0031 | U+006C |
|---|---|---|
| unicode | U+0031 | U+006C |
| decimal | 49 | 108 |
| htmldecimal | 1 | l |
| htmlhex | 1 | l |
| css | \0031 | \006C |
| javascript | \u{31} | \u{6C} |
| python | \u0031 | \u006c |
| java | \u0031 | \u006C |
| go | \u0031 | \u006C |
| ruby | \u{31} | \u{6C} |
| rust | \u{31} | \u{6C} |
| ccpp | \u0031 | \u006c |
| urlencoded | 1 | l |
| utf8bytes | 31 | 6c |
| utf16bebytes | 00 31 | 00 6c |
| utf32bebytes | 00 00 00 31 | 00 00 00 6c |
How to Distinguish
Both characters are in the Basic Latin block but use different scripts: DIGIT ONE uses Zyyy, while LATIN SMALL LETTER L uses Latn.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.