| Nome del simbolo | Account Of |
| Versione Unicode | 1.1 |
| Unicode | U+2100 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2100 |
| Codice esadecimale | 0x2100 |
| Codice HTML | ℀ |
| LaTeX | \textaccountof |
| Simbolo | ℀ |
| Codifica URL (percentuale UTF-8) | %E2%84%80 |
| Nome parlato / screen reader | Account Of |
| UTF-8 | E2 84 80 |
| UTF-16 | 2100 |
| UTF-32 | 00002100 |
1\documentclass{article}2\usepackage{pifont}3\textaccountof4\end{document}Puoi digitare il simbolo account of sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Account Of nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |