| 記号名 | Latin Capital Letter L With Cedilla |
| Unicodeバージョン | 1.1 |
| Unicode | U+013B |
| Unicodeブロック | |
| 一般カテゴリ | Uppercase Letter (Lu) |
| CSSコード |
| UTF-8 | C4 BB |
| UTF-16 | 013B |
| UTF-32 | 0000013B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERLWITHCEDILLA}4\end{document}以下の方法でほとんどの最新デバイスでlatin capital letter l with cedilla記号を入力できます:
Alt + 315 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter l with cedilla", or use Unicode Hex Input with 013B.
Ctrl + Shift + U, type 013b, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-l-with-cedilla::before { content: "\013B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ļ</span>各プログラミング言語におけるLatin Capital Letter L With Cedilla記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u013B' or String.fromCodePoint(315) |
| Python | '\N{LATIN CAPITAL LETTER L WITH CEDILLA}' or chr(315) |
| Rust | '\u{013B}' |
| C / C++ | UTF-8 source or wchar_t with U+013B |
| Go | string(rune(0x013B)) |
| Ruby | "\u{013B}" |
\013B |
| 16進コード | 0x013B |
| HTMLコード | Ļ |
| LaTeX | \text{LATINCAPITALLETTERLWITHCEDILLA} |
| 記号 | Ļ |
| URLエンコード(UTF-8パーセント) | %C4%BB |
| 読み上げ名 / スクリーンリーダー | Latin Capital Letter L With Cedilla |