| Nom du symbole | Latin Small Letter L With Curl |
| Version Unicode | 4.0 |
| Unicode | U+0234 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | C8 B4 |
| UTF-16 | 0234 |
| UTF-32 | 00000234 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERLWITHCURL}4\end{document}Vous pouvez saisir le symbole latin small letter l with curl sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 564 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter l with curl", or use Unicode Hex Input with 0234.
Ctrl + Shift + U, type 0234, 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-small-letter-l-with-curl::before { content: "\0234"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ȴ</span>La représentation du symbole Latin Small Letter L With Curl dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u0234' or String.fromCodePoint(564) |
| Python | '\N{LATIN SMALL LETTER L WITH CURL}' or chr(564) |
| Rust | '\u{0234}' |
| C / C++ | UTF-8 source or wchar_t with U+0234 |
| Go | string(rune(0x0234)) |
| Ruby | "\u{0234}" |
| Code CSS |
\0234 |
| Code hexadécimal | 0x0234 |
| Code HTML | ȴ |
| LaTeX | \text{LATINSMALLLETTERLWITHCURL} |
| Symbole | ȴ |
| Encodage URL (pourcent UTF-8) | %C8%B4 |
| Nom oral / lecteur d’écran | Latin Small Letter L With Curl |