| Nombre del símbolo | Modifier Letter Acute Accent |
| Versión Unicode | 1.1 |
| Unicode | U+02CA |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | CB 8A |
| UTF-16 | 02CA |
| UTF-32 | 000002CA |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERACUTEACCENT}4\end{document}Puedes escribir el símbolo modifier letter acute accent en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 714 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter acute accent", or use Unicode Hex Input with 02CA.
Ctrl + Shift + U, type 02ca, 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-acute-accent::before { content: "\02CA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ˊ</span>La representación del símbolo Modifier Letter Acute Accent en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u02CA' or String.fromCodePoint(714) |
| Python | '\N{MODIFIER LETTER ACUTE ACCENT}' or chr(714) |
| Rust | '\u{02CA}' |
| C / C++ | UTF-8 source or wchar_t with U+02CA |
| Go | string(rune(0x02CA)) |
| Ruby | "\u{02CA}" |
| Código CSS |
\02CA |
| Código hexadecimal | 0x02CA |
| Código HTML | ˊ |
| LaTeX | \text{MODIFIERLETTERACUTEACCENT} |
| Símbolo | ˊ |
| Codificación URL (porcentaje UTF-8) | %CB%8A |
| Nombre oral / lector de pantalla | Modifier Letter Acute Accent |