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