| Nombre del símbolo | Modifier Letter Apostrophe |
| Versión Unicode | 1.1 |
| Unicode | U+02BC |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo modifier letter apostrophe en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Modifier Letter Apostrophe en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\02BC |
| Código hexadecimal | 0x02BC |
| Código HTML | ʼ |
| LaTeX | \text{MODIFIERLETTERAPOSTROPHE} |
| Símbolo | ʼ |
| Codificación URL (porcentaje UTF-8) | %CA%BC |
| Nombre oral / lector de pantalla | Modifier Letter Apostrophe |