| Nome del simbolo | Circled Crossing Lanes |
| Versione Unicode | 5.2 |
| Unicode | U+26D2 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \26D2 |
| Codice esadecimale | 0x26D2 |
| Codice HTML | ⛒ |
| LaTeX | \text{CIRCLEDCROSSINGLANES} |
| Simbolo | ⛒ |
| Codifica URL (percentuale UTF-8) | %E2%9B%92 |
| Nome parlato / screen reader | Circled Crossing Lanes |
| UTF-8 | E2 9B 92 |
| UTF-16 | 26D2 |
| UTF-32 | 000026D2 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDCROSSINGLANES}4\end{document}Puoi digitare il simbolo circled crossing lanes sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9938 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled crossing lanes", or use Unicode Hex Input with 26D2.
Ctrl + Shift + U, type 26d2, 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 geometric symbol support.
1span.circled-crossing-lanes::before { content: "\26D2"; }1<span>⛒</span>La rappresentazione del simbolo Circled Crossing Lanes nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u26D2' or String.fromCodePoint(9938) |
| Python | '\N{CIRCLED CROSSING LANES}' or chr(9938) |
| Rust | '\u{26D2}' |
| C / C++ | UTF-8 source or wchar_t with U+26D2 |
| Go | string(rune(0x26D2)) |
| Ruby | "\u{26D2}" |