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