| Nome del simbolo | Prescription Take |
| Versione Unicode | 1.1 |
| Unicode | U+211E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS |
| UTF-8 | E2 84 9E |
| UTF-16 | 211E |
| UTF-32 | 0000211E |
1\documentclass{article}2\usepackage{pifont}3\textrecipe4\end{document}Puoi digitare il simbolo prescription take sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8478 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "prescription", or use Unicode Hex Input.
Ctrl + Shift + U, type 211e, then Enter (layout-dependent).
Paste from this page or use a medical-symbol keyboard shortcut.
Paste from this page or use extended symbols where available.
1span.rx::before { content: "\211E"; }1<span>℞</span>La rappresentazione del simbolo Prescription Take nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u211E' or String.fromCodePoint(0x211E) |
| Python | '\N{PRESCRIPTION TAKE}' or chr(8478) |
| Rust | '\u{211E}' |
| C / C++ | UTF-8 source or wchar_t with U+211E |
| Go | string(rune(0x211E)) |
| Ruby | "\u211E" |
\211E |
| Codice esadecimale | 0x211E |
| Codice HTML | ℞ |
| LaTeX | \textrecipe |
| Simbolo | ℞ |
| Codifica URL (percentuale UTF-8) | %E2%84%9E |
| Nome parlato / screen reader | Prescription Take |