| Symbol Name | Broken Circle With Northwest Arrow |
| Unicode Version | 3.0 |
| Unicode | U+238B |
| Unicode block | |
| General category | 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}You can type the broken circle with northwest arrow symbol on most modern devices with the help of following methods:
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>Broken Circle With Northwest Arrow symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\238B |
| Hex Code | 0x238B |
| HTML Code | ⎋ |
| LaTeX | \text{BROKENCIRCLEWITHNORTHWESTARROW} |
| Symbol | ⎋ |
| URL encode (UTF-8 percent) | %E2%8E%8B |
| Spoken / screen reader name | Broken Circle With Northwest Arrow |