| Nombre del símbolo | Account Of |
| Versión Unicode | 1.1 |
| Unicode | U+2100 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS | \2100 |
| Código hexadecimal | 0x2100 |
| Código HTML | ℀ |
| LaTeX | \textaccountof |
| Símbolo | ℀ |
| Codificación URL (porcentaje UTF-8) | %E2%84%80 |
| Nombre oral / lector de pantalla | Account Of |
| UTF-8 | E2 84 80 |
| UTF-16 | 2100 |
| UTF-32 | 00002100 |
1\documentclass{article}2\usepackage{pifont}3\textaccountof4\end{document}Puedes escribir el símbolo account of en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Account Of en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |