| 記号名 | Latin Letter Inverted Glottal Stop With Stroke |
| Unicodeバージョン | 1.1 |
| Unicode | U+01BE |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | C6 BE |
| UTF-16 | 01BE |
| UTF-32 | 000001BE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERINVERTEDGLOTTALSTOPWITHSTROKE}4\end{document}以下の方法でほとんどの最新デバイスでlatin letter inverted glottal stop with stroke記号を入力できます:
Alt + 446 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter inverted glottal stop with stroke", or use Unicode Hex Input with 01BE.
Ctrl + Shift + U, type 01be, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-letter-inverted-glottal-stop-with-stroke::before { content: "\01BE"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ƾ</span>各プログラミング言語におけるLatin Letter Inverted Glottal Stop With Stroke記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u01BE' or String.fromCodePoint(446) |
| Python | '\N{LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE}' or chr(446) |
| Rust | '\u{01BE}' |
| C / C++ | UTF-8 source or wchar_t with U+01BE |
| Go | string(rune(0x01BE)) |
| Ruby | "\u{01BE}" |
\01BE |
| 16進コード | 0x01BE |
| HTMLコード | ƾ |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHSTROKE} |
| 記号 | ƾ |
| URLエンコード(UTF-8パーセント) | %C6%BE |
| 読み上げ名 / スクリーンリーダー | Latin Letter Inverted Glottal Stop With Stroke |