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