| Symbolname | Prescription Take |
| Unicode-Version | 1.1 |
| Unicode | U+211E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code |
| UTF-8 | E2 84 9E |
| UTF-16 | 211E |
| UTF-32 | 0000211E |
1\documentclass{article}2\usepackage{pifont}3\textrecipe4\end{document}Sie können das Symbol prescription take auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Prescription Take in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x211E |
| HTML-Code | ℞ |
| LaTeX | \textrecipe |
| Symbol | ℞ |
| URL-Kodierung (UTF-8-Prozent) | %E2%84%9E |
| Ansagename (Screenreader) | Prescription Take |