| Nome del simbolo | Broken Circle With Northwest Arrow |
| Versione Unicode | 3.0 |
| Unicode | U+238B |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 8E 8B |
| UTF-16 | 238B |
| UTF-32 | 0000238B |
1\documentclass{article}2\usepackage{pifont}3\text{BROKENCIRCLEWITHNORTHWESTARROW}4\end{document}Puoi digitare il simbolo broken circle with northwest arrow sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9099 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "broken circle with northwest arrow", or use Unicode Hex Input with 238B.
Ctrl + Shift + U, type 238b, 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 arrow symbol support.
1span.broken-circle-with-northwest-arrow::before { content: "\238B"; }1<span>⎋</span>La rappresentazione del simbolo Broken Circle With Northwest Arrow nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u238B' or String.fromCodePoint(9099) |
| Python | '\N{BROKEN CIRCLE WITH NORTHWEST ARROW}' or chr(9099) |
| Rust | '\u{238B}' |
| C / C++ | UTF-8 source or wchar_t with U+238B |
| Go | string(rune(0x238B)) |
| Ruby | "\u{238B}" |
| Codice CSS |
\238B |
| Codice esadecimale | 0x238B |
| Codice HTML | ⎋ |
| LaTeX | \text{BROKENCIRCLEWITHNORTHWESTARROW} |
| Simbolo | ⎋ |
| Codifica URL (percentuale UTF-8) | %E2%8E%8B |
| Nome parlato / screen reader | Broken Circle With Northwest Arrow |