Latin Capital Letter L With Middle Dot vs Latin Small Letter L With Middle Dot
VS
属性对比
| 属性 | Ŀ 013F | ŀ 0140 |
|---|---|---|
| 名称 | Latin Capital Letter L With Middle Dot | Latin Small Letter L With Middle Dot |
| 分类 | Latin Extended | Latin Extended |
| 块 | Latin Extended-A | Latin Extended-A |
| 文字系统 | Latn | Latn |
| 通用类别 | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| 双向 | L | L |
编码对比
| 格式 | 013F | 0140 |
|---|---|---|
| Unicode | U+013F | U+0140 |
| HTML Decimal | Ŀ | ŀ |
| HTML Hex | Ŀ | ŀ |
| CSS | \013F | \0140 |
| JavaScript | \u{13F} | \u{140} |
| Python | \u013f | \u0140 |
| UTF-8 | c4 bf | c5 80 |
如何区分
Latin Capital Letter L With Middle Dot 和 Latin Small Letter L With Middle Dot 均属于 Latin Extended 类别和 Latin Extended-A 区块。请比较下方的码位、编码及 Unicode 属性以区分它们。
提示:将字符粘贴到 hex 编辑器中,或使用
charCodeAt()
在 JavaScript 中检查实际码位。