| Nom du symbole | Addressed To The Subject |
| Version Unicode | 1.1 |
| Unicode | U+2101 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 84 81 |
| UTF-16 | 2101 |
| UTF-32 | 00002101 |
1\documentclass{article}2\usepackage{pifont}3\textrecipe4\end{document}Vous pouvez saisir le symbole addressed to the subject sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 8449 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search the Unicode name, or use Unicode Hex Input.
Ctrl + Shift + U, type 2101, then Enter (layout-dependent).
Paste from this page or use text replacement.
Paste from this page or use extended symbol panels where available.
1span.addressed-subject::before { content: "\2101"; }1<span>℁</span>La représentation du symbole Addressed To The Subject dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2101' or String.fromCodePoint(0x2101) |
| Python | '\N{ADDRESSED TO THE SUBJECT}' or chr(8449) |
| Rust | '\u{2101}' |
| C / C++ | UTF-8 source or wchar_t with U+2101 |
| Go | string(rune(0x2101)) |
| Ruby | "\u2101" |
\2101 |
| Code hexadécimal | 0x2101 |
| Code HTML | ℁ |
| LaTeX | \textrecipe |
| Symbole | ℁ |
| Encodage URL (pourcent UTF-8) | %E2%84%81 |
| Nom oral / lecteur d’écran | Addressed To The Subject |