| Nombre del símbolo | Latin Epigraphic Letter Reversed P |
| Versión Unicode | 5.1 |
| Unicode | U+A7FC |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA 9F BC |
| UTF-16 | A7FC |
| UTF-32 | 0000A7FC |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERREVERSEDP}4\end{document}Puedes escribir el símbolo latin epigraphic letter reversed p en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43004 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin epigraphic letter reversed p", or use Unicode Hex Input with A7FC.
Ctrl + Shift + U, type a7fc, 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.latin-epigraphic-letter-reversed-p::before { content: "\A7FC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟼ</span>La representación del símbolo Latin Epigraphic Letter Reversed P en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7FC' or String.fromCodePoint(43004) |
| Python | '\N{LATIN EPIGRAPHIC LETTER REVERSED P}' or chr(43004) |
| Rust | '\u{A7FC}' |
| C / C++ | UTF-8 source or wchar_t with U+A7FC |
| Go | string(rune(0xA7FC)) |
| Ruby | "\u{A7FC}" |
| Código CSS |
\A7FC |
| Código hexadecimal | 0xA7FC |
| Código HTML | ꟼ |
| LaTeX | \text{LATINEPIGRAPHICLETTERREVERSEDP} |
| Símbolo | ꟼ |
| Codificación URL (porcentaje UTF-8) | %EA%9F%BC |
| Nombre oral / lector de pantalla | Latin Epigraphic Letter Reversed P |