| Symbol Name | Circled Crossing Lanes |
| Unicode Version | 5.2 |
| Unicode | U+26D2 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \26D2 |
| Hex Code | 0x26D2 |
| HTML Code | ⛒ |
| LaTeX | \text{CIRCLEDCROSSINGLANES} |
| Symbol | ⛒ |
| URL encode (UTF-8 percent) | %E2%9B%92 |
| Spoken / screen reader name | 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}You can type the circled crossing lanes symbol on most modern devices with the help of following methods:
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>Circled Crossing Lanes symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |