| Nom du symbole | Modifier Letter Low Vertical Line |
| Version Unicode | 1.1 |
| Unicode | U+02CC |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | CB 8C |
| UTF-16 | 02CC |
| UTF-32 | 000002CC |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWVERTICALLINE}4\end{document}Vous pouvez saisir le symbole modifier letter low vertical line sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 716 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter low vertical line", or use Unicode Hex Input with 02CC.
Ctrl + Shift + U, type 02cc, 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.modifier-letter-low-vertical-line::before { content: "\02CC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˌ</span>La représentation du symbole Modifier Letter Low Vertical Line dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u02CC' or String.fromCodePoint(716) |
| Python | '\N{MODIFIER LETTER LOW VERTICAL LINE}' or chr(716) |
| Rust | '\u{02CC}' |
| C / C++ | UTF-8 source or wchar_t with U+02CC |
| Go | string(rune(0x02CC)) |
| Ruby | "\u{02CC}" |
| Code CSS |
\02CC |
| Code hexadécimal | 0x02CC |
| Code HTML | ˌ |
| LaTeX | \text{MODIFIERLETTERLOWVERTICALLINE} |
| Symbole | ˌ |
| Encodage URL (pourcent UTF-8) | %CB%8C |
| Nom oral / lecteur d’écran | Modifier Letter Low Vertical Line |