| Nom du symbole | Interlocked Female And Male Sign |
| Version Unicode | 4.1 |
| Unicode | U+26A4 |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole interlocked female and male sign sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Interlocked Female And Male Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\26A4 |
| Code hexadécimal | 0x26A4 |
| Code HTML | ⚤ |
| LaTeX | \text{INTERLOCKEDFEMALEANDMALESIGN} |
| Symbole | ⚤ |
| Encodage URL (pourcent UTF-8) | %E2%9A%A4 |
| Nom oral / lecteur d’écran | Interlocked Female And Male Sign |