| 記号名 | Medium Small White Circle With Horizontal Bar |
| Unicodeバージョン | 17.0 |
| Unicode | U+1CEF0 |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード |
| UTF-8 | F0 9C BB B0 |
| UTF-16 | D833 DEF0 |
| UTF-32 | 0001CEF0 |
1\documentclass{article}2\usepackage{pifont}3\text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR}4\end{document}以下の方法でほとんどの最新デバイスでmedium small white circle with horizontal bar記号を入力できます:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "medium small white circle with horizontal bar", or use Unicode Hex Input with 1CEF0.
Ctrl + Shift + U, type 1cef0, 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.medium-small-white-circle-with-horizontal-bar::before { content: "\1CEF0"; }1<span>𜻰</span>各プログラミング言語におけるMedium Small White Circle With Horizontal Bar記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD833\uDEF0' or String.fromCodePoint(0x1CEF0) |
| Python | '\N{MEDIUM SMALL WHITE CIRCLE WITH HORIZONTAL BAR}' or chr(118512) |
| Rust | '\u{1CEF0}' |
| C / C++ | UTF-8 source or wchar_t with U+1CEF0 |
| Go | string(rune(0x1CEF0)) |
| Ruby | "\u{1CEF0}" |
\1CEF0 |
| 16進コード | 0x1CEF0 |
| HTMLコード | 𜻰 |
| LaTeX | \text{MEDIUMSMALLWHITECIRCLEWITHHORIZONTALBAR} |
| 記号 | |
| URLエンコード(UTF-8パーセント) | %F0%9C%BB%B0 |
| 読み上げ名 / スクリーンリーダー | Medium Small White Circle With Horizontal Bar |