| Nom du symbole | Prescription Take |
| Version Unicode | 1.1 |
| Unicode | U+211E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 84 9E |
| UTF-16 | 211E |
| UTF-32 | 0000211E |
1\documentclass{article}2\usepackage{pifont}3\textrecipe4\end{document}Vous pouvez saisir le symbole prescription take sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Prescription Take dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x211E |
| Code HTML | ℞ |
| LaTeX | \textrecipe |
| Symbole | ℞ |
| Encodage URL (pourcent UTF-8) | %E2%84%9E |
| Nom oral / lecteur d’écran | Prescription Take |