| Symbolname | Cross Patty With Left Crossbar |
| Unicode-Version | 13.0 |
| Unicode | U+2E51 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| UTF-8 | E2 B9 91 |
| UTF-16 | 2E51 |
| UTF-32 | 00002E51 |
1\documentclass{article}2\usepackage{pifont}3\text{CROSSPATTYWITHLEFTCROSSBAR}4\end{document}Sie können das Symbol cross patty with left crossbar auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 11857 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "cross patty with left crossbar", or use Unicode Hex Input with 2E51.
Ctrl + Shift + U, type 2e51, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.cross-patty-with-left-crossbar::before { content: "\2E51"; }1<span>⹑</span>Die Darstellung des Symbols Cross Patty With Left Crossbar in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2E51' or String.fromCodePoint(11857) |
| Python | '\N{CROSS PATTY WITH LEFT CROSSBAR}' or chr(11857) |
| Rust | '\u{2E51}' |
| C / C++ | UTF-8 source or wchar_t with U+2E51 |
| Go | string(rune(0x2E51)) |
| Ruby | "\u{2E51}" |
| CSS-Code |
\2E51 |
| Hexadezimalcode | 0x2E51 |
| HTML-Code | ⹑ |
| LaTeX | \text{CROSSPATTYWITHLEFTCROSSBAR} |
| Symbol | ⹑ |
| URL-Kodierung (UTF-8-Prozent) | %E2%B9%91 |
| Ansagename (Screenreader) | Cross Patty With Left Crossbar |