| Symboolnaam | Male With Stroke Sign |
| Unicode-versie | 4.1 |
| Unicode | U+26A6 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 9A A6 |
| UTF-16 | 26A6 |
| UTF-32 | 000026A6 |
1\documentclass{article}2\usepackage{pifont}3\text{MALEWITHSTROKESIGN}4\end{document}Je kunt het male with stroke sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9894 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "male with stroke sign", or use Unicode Hex Input with 26A6.
Ctrl + Shift + U, type 26a6, 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.male-with-stroke-sign::before { content: "\26A6"; }1<span>⚦</span>De weergave van het Male With Stroke Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u26A6' or String.fromCodePoint(9894) |
| Python | '\N{MALE WITH STROKE SIGN}' or chr(9894) |
| Rust | '\u{26A6}' |
| C / C++ | UTF-8 source or wchar_t with U+26A6 |
| Go | string(rune(0x26A6)) |
| Ruby | "\u{26A6}" |
\26A6 |
| Hexadecimale code | 0x26A6 |
| HTML-code | ⚦ |
| LaTeX | \text{MALEWITHSTROKESIGN} |
| Symbool | ⚦ |
| URL-codering (UTF-8 procent) | %E2%9A%A6 |
| Uitgesproken naam / schermlezer | Male With Stroke Sign |