| Nombre del símbolo | Unmarried Partnership Symbol |
| Versión Unicode | 4.1 |
| Unicode | U+26AF |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo unmarried partnership en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Unmarried Partnership en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\26AF |
| Código hexadecimal | 0x26AF |
| Código HTML | ⚯ |
| LaTeX | \text{UNMARRIEDPARTNERSHIPSYMBOL} |
| Símbolo | ⚯ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%AF |
| Nombre oral / lector de pantalla | Unmarried Partnership Symbol |