| Symboolnaam | Interlocked Female And Male Sign |
| Unicode-versie | 4.1 |
| Unicode | U+26A4 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9A A4 |
| UTF-16 | 26A4 |
| UTF-32 | 000026A4 |
1\documentclass{article}2\usepackage{pifont}3\text{INTERLOCKEDFEMALEANDMALESIGN}4\end{document}Je kunt het interlocked female and male sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Interlocked Female And Male Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\26A4 |
| Hexadecimale code | 0x26A4 |
| HTML-code | ⚤ |
| LaTeX | \text{INTERLOCKEDFEMALEANDMALESIGN} |
| Symbool | ⚤ |
| URL-codering (UTF-8 procent) | %E2%9A%A4 |
| Uitgesproken naam / schermlezer | Interlocked Female And Male Sign |