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