| Nome del simbolo | Unmarried Partnership Symbol |
| Versione Unicode | 4.1 |
| Unicode | U+26AF |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9A AF |
| UTF-16 | 26AF |
| UTF-32 | 000026AF |
1\documentclass{article}2\usepackage{pifont}3\text{UNMARRIEDPARTNERSHIPSYMBOL}4\end{document}Puoi digitare il simbolo unmarried partnership sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9903 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "unmarried partnership symbol", or use Unicode Hex Input with 26AF.
Ctrl + Shift + U, type 26af, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with gender symbol support.
1span.unmarried-partnership-symbol::before { content: "\26AF"; }1<span>⚯</span>La rappresentazione del simbolo Unmarried Partnership nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26AF' or String.fromCodePoint(9903) |
| Python | '\N{UNMARRIED PARTNERSHIP SYMBOL}' or chr(9903) |
| Rust | '\u{26AF}' |
| C / C++ | UTF-8 source or wchar_t with U+26AF |
| Go | string(rune(0x26AF)) |
| Ruby | "\u{26AF}" |
| Codice CSS |
\26AF |
| Codice esadecimale | 0x26AF |
| Codice HTML | ⚯ |
| LaTeX | \text{UNMARRIEDPARTNERSHIPSYMBOL} |
| Simbolo | ⚯ |
| Codifica URL (percentuale UTF-8) | %E2%9A%AF |
| Nome parlato / screen reader | Unmarried Partnership Symbol |