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