| 記号名 | Broken Circle With Northwest Arrow |
| Unicodeバージョン | 3.0 |
| Unicode | U+238B |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 8E 8B |
| UTF-16 | 238B |
| UTF-32 | 0000238B |
1\documentclass{article}2\usepackage{pifont}3\text{BROKENCIRCLEWITHNORTHWESTARROW}4\end{document}以下の方法でほとんどの最新デバイスでbroken circle with northwest arrow記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |
\238B |
| 16進コード | 0x238B |
| HTMLコード | ⎋ |
| LaTeX | \text{BROKENCIRCLEWITHNORTHWESTARROW} |
| 記号 | ⎋ |
| URLエンコード(UTF-8パーセント) | %E2%8E%8B |
| 読み上げ名 / スクリーンリーダー | Broken Circle With Northwest Arrow |