| Nome del simbolo | Latin Epigraphic Letter Reversed P |
| Versione Unicode | 5.1 |
| Unicode | U+A7FC |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin epigraphic letter reversed p sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Epigraphic Letter Reversed P nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A7FC |
| Codice esadecimale | 0xA7FC |
| Codice HTML | ꟼ |
| LaTeX | \text{LATINEPIGRAPHICLETTERREVERSEDP} |
| Simbolo | ꟼ |
| Codifica URL (percentuale UTF-8) | %EA%9F%BC |
| Nome parlato / screen reader | Latin Epigraphic Letter Reversed P |