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