| Symbol Name | Latin Epigraphic Letter Reversed P |
| Unicode Version | 5.1 |
| Unicode | U+A7FC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code |
| UTF-8 | EA 9F BC |
| UTF-16 | A7FC |
| UTF-32 | 0000A7FC |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERREVERSEDP}4\end{document}You can type the latin epigraphic letter reversed p symbol on most modern devices with the help of following methods:
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>Latin Epigraphic Letter Reversed P symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\A7FC |
| Hex Code | 0xA7FC |
| HTML Code | ꟼ |
| LaTeX | \text{LATINEPIGRAPHICLETTERREVERSEDP} |
| Symbol | ꟼ |
| URL encode (UTF-8 percent) | %EA%9F%BC |
| Spoken / screen reader name | Latin Epigraphic Letter Reversed P |