| Nome del simbolo | Cross Patty With Left Crossbar |
| Versione Unicode | 13.0 |
| Unicode | U+2E51 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo cross patty with left crossbar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Cross Patty With Left Crossbar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\2E51 |
| Codice esadecimale | 0x2E51 |
| Codice HTML | ⹑ |
| LaTeX | \text{CROSSPATTYWITHLEFTCROSSBAR} |
| Simbolo | ⹑ |
| Codifica URL (percentuale UTF-8) | %E2%B9%91 |
| Nome parlato / screen reader | Cross Patty With Left Crossbar |