| Nombre del símbolo | Horizontal Male With Stroke Sign |
| Versión Unicode | 4.1 |
| Unicode | U+26A9 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo horizontal male with stroke sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Horizontal Male With Stroke Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\26A9 |
| Código hexadecimal | 0x26A9 |
| Código HTML | ⚩ |
| LaTeX | \text{HORIZONTALMALEWITHSTROKESIGN} |
| Símbolo | ⚩ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%A9 |
| Nombre oral / lector de pantalla | Horizontal Male With Stroke Sign |