| Symboolnaam | Account Of |
| Unicode-versie | 1.1 |
| Unicode | U+2100 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code | \2100 |
| Hexadecimale code | 0x2100 |
| HTML-code | ℀ |
| LaTeX | \textaccountof |
| Symbool | ℀ |
| URL-codering (UTF-8 procent) | %E2%84%80 |
| Uitgesproken naam / schermlezer | Account Of |
| UTF-8 | E2 84 80 |
| UTF-16 | 2100 |
| UTF-32 | 00002100 |
1\documentclass{article}2\usepackage{pifont}3\textaccountof4\end{document}Je kunt het account of-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Account Of-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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" |