| 記号名 | Latin Letter Inverted Glottal Stop With Curl |
| Unicodeバージョン | 14.0 |
| Unicode | U+1DF0E |
| Unicodeブロック | |
| 一般カテゴリ | Lowercase Letter (Ll) |
| CSSコード |
| UTF-8 | F0 9D BC 8E |
| UTF-16 | D837 DF0E |
| UTF-32 | 0001DF0E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERINVERTEDGLOTTALSTOPWITHCURL}4\end{document}以下の方法でほとんどの最新デバイスでlatin letter inverted glottal stop with curl記号を入力できます:
Alt + 122638 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter inverted glottal stop with curl", or use Unicode Hex Input with 1DF0E.
Ctrl + Shift + U, type 1df0e, 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-curl::before { content: "\1DF0E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𝼎</span>各プログラミング言語におけるLatin Letter Inverted Glottal Stop With Curl記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1DF0E) |
| Python | '\N{LATIN LETTER INVERTED GLOTTAL STOP WITH CURL}' or chr(122638) |
| Rust | '\u{1DF0E}' |
| C / C++ | UTF-8 source or wchar_t with U+1DF0E |
| Go | string(rune(0x1DF0E)) |
| Ruby | "\u{1DF0E}" |
\1DF0E |
| 16進コード | 0x1DF0E |
| HTMLコード | 𝼎 |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHCURL} |
| 記号 | 𝼎 |
| URLエンコード(UTF-8パーセント) | %F0%9D%BC%8E |
| 読み上げ名 / スクリーンリーダー | Latin Letter Inverted Glottal Stop With Curl |