| Nom du symbole | Horizontal Male With Stroke Sign |
| Version Unicode | 4.1 |
| Unicode | U+26A9 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 9A A9 |
| UTF-16 | 26A9 |
| UTF-32 | 000026A9 |
1\documentclass{article}2\usepackage{pifont}3\text{HORIZONTALMALEWITHSTROKESIGN}4\end{document}Vous pouvez saisir le symbole horizontal male with stroke sign sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9897 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "horizontal male with stroke sign", or use Unicode Hex Input with 26A9.
Ctrl + Shift + U, type 26a9, 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.horizontal-male-with-stroke-sign::before { content: "\26A9"; }1<span>⚩</span>La représentation du symbole Horizontal Male With Stroke Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u26A9' or String.fromCodePoint(9897) |
| Python | '\N{HORIZONTAL MALE WITH STROKE SIGN}' or chr(9897) |
| Rust | '\u{26A9}' |
| C / C++ | UTF-8 source or wchar_t with U+26A9 |
| Go | string(rune(0x26A9)) |
| Ruby | "\u{26A9}" |
| Code CSS |
\26A9 |
| Code hexadécimal | 0x26A9 |
| Code HTML | ⚩ |
| LaTeX | \text{HORIZONTALMALEWITHSTROKESIGN} |
| Symbole | ⚩ |
| Encodage URL (pourcent UTF-8) | %E2%9A%A9 |
| Nom oral / lecteur d’écran | Horizontal Male With Stroke Sign |