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