| Symboolnaam | Cross Patty With Left Crossbar |
| Unicode-versie | 13.0 |
| Unicode | U+2E51 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 B9 91 |
| UTF-16 | 2E51 |
| UTF-32 | 00002E51 |
1\documentclass{article}2\usepackage{pifont}3\text{CROSSPATTYWITHLEFTCROSSBAR}4\end{document}Je kunt het cross patty with left crossbar-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Cross Patty With Left Crossbar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\2E51 |
| Hexadecimale code | 0x2E51 |
| HTML-code | ⹑ |
| LaTeX | \text{CROSSPATTYWITHLEFTCROSSBAR} |
| Symbool | ⹑ |
| URL-codering (UTF-8 procent) | %E2%B9%91 |
| Uitgesproken naam / schermlezer | Cross Patty With Left Crossbar |