| Nome del simbolo | Modifier Letter Low Acute Accent |
| Versione Unicode | 1.1 |
| Unicode | U+02CF |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | CB 8F |
| UTF-16 | 02CF |
| UTF-32 | 000002CF |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERLOWACUTEACCENT}4\end{document}Puoi digitare il simbolo modifier letter low acute accent sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 719 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter low acute accent", or use Unicode Hex Input with 02CF.
Ctrl + Shift + U, type 02cf, 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-acute-accent::before { content: "\02CF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˏ</span>La rappresentazione del simbolo Modifier Letter Low Acute Accent nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u02CF' or String.fromCodePoint(719) |
| Python | '\N{MODIFIER LETTER LOW ACUTE ACCENT}' or chr(719) |
| Rust | '\u{02CF}' |
| C / C++ | UTF-8 source or wchar_t with U+02CF |
| Go | string(rune(0x02CF)) |
| Ruby | "\u{02CF}" |
| Codice CSS |
\02CF |
| Codice esadecimale | 0x02CF |
| Codice HTML | ˏ |
| LaTeX | \text{MODIFIERLETTERLOWACUTEACCENT} |
| Simbolo | ˏ |
| Codifica URL (percentuale UTF-8) | %CB%8F |
| Nome parlato / screen reader | Modifier Letter Low Acute Accent |