| Symbol Name | Cada Una |
| Unicode Version | 1.1 |
| Unicode | U+2106 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2106 |
| Hex Code | 0x2106 |
| HTML Code | ℆ |
| LaTeX | \textcadauna |
| Symbol | ℆ |
| URL encode (UTF-8 percent) | %E2%84%86 |
| Spoken / screen reader name | Cada Una |
| UTF-8 | E2 84 86 |
| UTF-16 | 2106 |
| UTF-32 | 00002106 |
1\documentclass{article}2\usepackage{pifont}3\textcadauna4\end{document}You can type the cada una symbol on most modern devices with the help of following methods:
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>Cada Una symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |