| Symbol Name | Prescription Take |
| Unicode Version | 1.1 |
| Unicode | U+211E |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \211E |
| Hex Code | 0x211E |
| HTML Code | ℞ |
| LaTeX | \textrecipe |
| Symbol | ℞ |
| URL encode (UTF-8 percent) | %E2%84%9E |
| Spoken / screen reader name | Prescription Take |
| UTF-8 | E2 84 9E |
| UTF-16 | 211E |
| UTF-32 | 0000211E |
1\documentclass{article}2\usepackage{pifont}3\textrecipe4\end{document}You can type the prescription take symbol on most modern devices with the help of following methods:
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>Prescription Take symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |