| 記号名 | Circle With Small Circle To The Right |
| Unicodeバージョン | 3.2 |
| Unicode | U+29C2 |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | E2 A7 82 |
| UTF-16 | 29C2 |
| UTF-32 | 000029C2 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEWITHSMALLCIRCLETOTHERIGHT}4\end{document}以下の方法でほとんどの最新デバイスでcircle with small circle to the right記号を入力できます:
Alt + 10690 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circle with small circle to the right", or use Unicode Hex Input with 29C2.
Ctrl + Shift + U, type 29c2, 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.circle-with-small-circle-to-the-right::before { content: "\29C2"; }1<span>⧂</span>各プログラミング言語におけるCircle With Small Circle To The Right記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u29C2' or String.fromCodePoint(10690) |
| Python | '\N{CIRCLE WITH SMALL CIRCLE TO THE RIGHT}' or chr(10690) |
| Rust | '\u{29C2}' |
| C / C++ | UTF-8 source or wchar_t with U+29C2 |
| Go | string(rune(0x29C2)) |
| Ruby | "\u{29C2}" |
\29C2 |
| 16進コード | 0x29C2 |
| HTMLコード | ⧂ |
| LaTeX | \text{CIRCLEWITHSMALLCIRCLETOTHERIGHT} |
| 記号 | ⧂ |
| URLエンコード(UTF-8パーセント) | %E2%A7%82 |
| 読み上げ名 / スクリーンリーダー | Circle With Small Circle To The Right |