| Nombre del símbolo | Interlocked Female And Male Sign |
| Versión Unicode | 4.1 |
| Unicode | U+26A4 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9A A4 |
| UTF-16 | 26A4 |
| UTF-32 | 000026A4 |
1\documentclass{article}2\usepackage{pifont}3\text{INTERLOCKEDFEMALEANDMALESIGN}4\end{document}Puedes escribir el símbolo interlocked female and male sign en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9892 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "interlocked female and male sign", or use Unicode Hex Input with 26A4.
Ctrl + Shift + U, type 26a4, 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.interlocked-female-and-male-sign::before { content: "\26A4"; }1<span>⚤</span>La representación del símbolo Interlocked Female And Male Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u26A4' or String.fromCodePoint(9892) |
| Python | '\N{INTERLOCKED FEMALE AND MALE SIGN}' or chr(9892) |
| Rust | '\u{26A4}' |
| C / C++ | UTF-8 source or wchar_t with U+26A4 |
| Go | string(rune(0x26A4)) |
| Ruby | "\u{26A4}" |
| Código CSS |
\26A4 |
| Código hexadecimal | 0x26A4 |
| Código HTML | ⚤ |
| LaTeX | \text{INTERLOCKEDFEMALEANDMALESIGN} |
| Símbolo | ⚤ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%A4 |
| Nombre oral / lector de pantalla | Interlocked Female And Male Sign |