| Symbolname | Vertical Male With Stroke Sign |
| Unicode-Version | 4.1 |
| Unicode | U+26A8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 9A A8 |
| UTF-16 | 26A8 |
| UTF-32 | 000026A8 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALMALEWITHSTROKESIGN}4\end{document}Sie können das Symbol vertical male with stroke sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9896 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical male with stroke sign", or use Unicode Hex Input with 26A8.
Ctrl + Shift + U, type 26a8, 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.vertical-male-with-stroke-sign::before { content: "\26A8"; }1<span>⚨</span>Die Darstellung des Symbols Vertical Male With Stroke Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u26A8' or String.fromCodePoint(9896) |
| Python | '\N{VERTICAL MALE WITH STROKE SIGN}' or chr(9896) |
| Rust | '\u{26A8}' |
| C / C++ | UTF-8 source or wchar_t with U+26A8 |
| Go | string(rune(0x26A8)) |
| Ruby | "\u{26A8}" |
| CSS-Code |
\26A8 |
| Hexadezimalcode | 0x26A8 |
| HTML-Code | ⚨ |
| LaTeX | \text{VERTICALMALEWITHSTROKESIGN} |
| Symbol | ⚨ |
| URL-Kodierung (UTF-8-Prozent) | %E2%9A%A8 |
| Ansagename (Screenreader) | Vertical Male With Stroke Sign |