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