| 記号名 | Dentistry Symbol Light Up And Horizontal With Triangle |
| Unicodeバージョン | 3.2 |
| Unicode | U+23C5 |
| Unicodeブロック | |
| 一般カテゴリ | Other Symbol (So) |
| CSSコード |
| UTF-8 | E2 8F 85 |
| UTF-16 | 23C5 |
| UTF-32 | 000023C5 |
1\documentclass{article}2\usepackage{pifont}3\text{DENTISTRYSYMBOLLIGHTUPANDHORIZONTALWITHTRIANGLE}4\end{document}以下の方法でほとんどの最新デバイスでdentistry symbol light up and horizontal with triangle記号を入力できます:
Alt + 9157 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "dentistry symbol light up and horizontal with triangle", or use Unicode Hex Input with 23C5.
Ctrl + Shift + U, type 23c5, 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.dentistry-symbol-light-up-and-horizontal-with-triangle::before { content: "\23C5"; }1<span>⏅</span>各プログラミング言語におけるDentistry Symbol Light Up And Horizontal With Triangle記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u23C5' or String.fromCodePoint(9157) |
| Python | '\N{DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE}' or chr(9157) |
| Rust | '\u{23C5}' |
| C / C++ | UTF-8 source or wchar_t with U+23C5 |
| Go | string(rune(0x23C5)) |
| Ruby | "\u{23C5}" |
\23C5 |
| 16進コード | 0x23C5 |
| HTMLコード | ⏅ |
| LaTeX | \text{DENTISTRYSYMBOLLIGHTUPANDHORIZONTALWITHTRIANGLE} |
| 記号 | ⏅ |
| URLエンコード(UTF-8パーセント) | %E2%8F%85 |
| 読み上げ名 / スクリーンリーダー | Dentistry Symbol Light Up And Horizontal With Triangle |