| Nome del simbolo | Cada Una |
| Versione Unicode | 1.1 |
| Unicode | U+2106 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2106 |
| Codice esadecimale | 0x2106 |
| Codice HTML | ℆ |
| LaTeX | \textcadauna |
| Simbolo | ℆ |
| Codifica URL (percentuale UTF-8) | %E2%84%86 |
| Nome parlato / screen reader | Cada Una |
| UTF-8 | E2 84 86 |
| UTF-16 | 2106 |
| UTF-32 | 00002106 |
1\documentclass{article}2\usepackage{pifont}3\textcadauna4\end{document}Puoi digitare il simbolo cada una sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8454 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "cada una", or use Unicode Hex Input.
Ctrl + Shift + U, type 2106, 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.cada-una::before { content: "\2106"; }1<span>℆</span>La rappresentazione del simbolo Cada Una nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2106' or String.fromCodePoint(0x2106) |
| Python | '\N{CADA UNA}' or chr(8454) |
| Rust | '\u{2106}' |
| C / C++ | UTF-8 source or wchar_t with U+2106 |
| Go | string(rune(0x2106)) |
| Ruby | "\u2106" |