| Nome del simbolo | Modifier Letter End High Tone |
| Versione Unicode | 4.0 |
| Unicode | U+02FA |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo modifier letter end high tone sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Modifier Letter End High Tone nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\02FA |
| Codice esadecimale | 0x02FA |
| Codice HTML | ˺ |
| LaTeX | \text{MODIFIERLETTERENDHIGHTONE} |
| Simbolo | ˺ |
| Codifica URL (percentuale UTF-8) | %CB%BA |
| Nome parlato / screen reader | Modifier Letter End High Tone |