| 記号名 | Latin Small Letter L With Belt |
| Unicodeバージョン | 1.1 |
| Unicode | U+026C |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード | \026C |
| 16進コード | 0x026C |
| HTMLコード | ɬ |
| LaTeX | \text{LATINSMALLLETTERLWITHBELT} |
| 記号 | ɬ |
| URLエンコード(UTF-8パーセント) | %C9%AC |
| 読み上げ名 / スクリーンリーダー | Latin Small Letter L With Belt |
| UTF-8 | C9 AC |
| UTF-16 | 026C |
| UTF-32 | 0000026C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHBELT}4\end{document}以下の方法でほとんどの最新デバイスでlatin small letter l with belt記号を入力できます:
Alt + 620 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with belt", or use Unicode Hex Input with 026C.
Ctrl + Shift + U, type 026c, 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.l-belt::before { content: "\026C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ɬ</span>各プログラミング言語におけるLatin Small Letter L With Belt記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u026C' or String.fromCodePoint(620) |
| Python | '\N{LATIN SMALL LETTER L WITH BELT}' or chr(620) |
| Rust | '\u{026C}' |
| C / C++ | UTF-8 source or wchar_t with U+026C |
| Go | string(rune(0x026C)) |
| Ruby | "\u{026C}" |