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